- https://github.com/gfx-rs/wgpu
- https://github.com/simbleau/nbody-wasm-sim
- https://github.com/iced-rs/iced/tree/master/examples/integration_wgpu
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup target add wasm32-unknown-unknown
cargo install wasm-bindgen-cli https
cargo build --target wasm32-unknown-unknown
wasm-bindgen target/wasm32-unknown-unknown/debug/wasm_rend.wasm --out-dir . --target web --no-typescript
http
- fix backface rendering
- implement camera movement
- fix main thread blocking