Skip to content

Blackgaurd/boids

Repository files navigation

Boids

Boids simulation written in rust and javascript.

Running

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

About

Web Assembly based bird flocking simulation.

Resources

Stars

Watchers

Forks