Skip to content

6lr61/ts-webgl

Repository files navigation

WebGL Examples in TypeScript

These examples were written during Twitch streams and they're somewhat following the WebGL Fundamentals guide.

The pages are built using Vite and the matrix calculations are done using glMatrix.

Setup and use

Install the dependencies

npm install

Run the development server

npm run dev

Or build the static pages

npm run build

Development

To add more examples vite.config.js has to be used.

About

Examples from following WebGL Fundamentals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published