This is my first foray into wasm/rust/webgl. This currently renders 100,000 moving triangles.
prep:
- install rust
- install wasm-pack:
cargo install wasm-pack
build:
yarn build
serve:
yarn start
note: built using help from chatGPT
This is my first foray into wasm/rust/webgl. This currently renders 100,000 moving triangles.
prep:
cargo install wasm-pack
build:
yarn build
serve:
yarn start
note: built using help from chatGPT