Boids simulation written in rust and javascript.
Dependencies:
- cargo
- npm
- python3
First, install wasm-pack:
cargo install wasm-pack
Install and build:
git clone https://github.com/Blackgaurd/boids.git
cd boids
wasm-pack build --target web --release
npx tsc
Run the application:
python3 -m http.server