Skip to content

Boids simulation in Rust, running in the browser with WebAssembly

Notifications You must be signed in to change notification settings

alexkirsz/boids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boids Simulation

cargo run [simulation]

To build for the web:

cargo web build --target=wasm32-unknown-unknown --release --runtime library-es6

About

Boids simulation in Rust, running in the browser with WebAssembly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages