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.
Install the dependencies
npm installRun the development server
npm run devOr build the static pages
npm run buildTo add more examples vite.config.js has to be used.