/Rust-Wasm-Hello-World

a super basic starting point for wasm using rust

Primary LanguageRust

RUST / WASM Hello World

triangles

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