This is a simple and extensible implementation of a falling sand cellular automata written in Rust.
Warning
The web demo stutters on Firefox because of their GC implementation
To run this project as a standalone executable run cargo run
in the wgpu_render/
directory.
To compile this project to wasm install wasm-pack with cargo install wasm-pack
and run wasm-pack build -t web
in the wgpu_render/
directory.