Performed MDN WebGL tutorial with Rust and WebAssembly.
- Getting started with WebGL
- Adding 2D content to a WebGL context
- Using shaders to apply color in WebGL
- Animating objects with WebGL
- Creating 3D objects using WebGL
Using textures in WebGL- Lighting in WebGL
Animating textures in WebGL
*Omit applying texture
$ wasm-pack build
*Before installing npm packages, building wasm is required
cd www
npm install
npm run start
npm run build