This repositoru was create in order to learn Rust language plus WebAssembly. My current goal is to convert well-known tutorial for JavaScript into Rust.
To get a point where I am now, We need to know a little bit about Rust language. Next step is to read a book of rustwasm and complete Game of Life in it. And here you are.
In general the main goal is to convert all WebGL Examples pages
- WebGL - Drawing Points
- WebGL - Drawing a Triangle
- WebGL - Modes of Drawing
- WebGL - Drawing a Quad
- WebGL - Colors
- WebGL - Translation
- WebGL - Scaling
- WebGL - Rotation
- WebGL - Cube Rotation
- WebGL - Interactive Cube