sandspiel
Creative cellular automata browser game
sandspiel
"Imagine the cool phenomenon when the wind blows the falling leaves. This game simulates the phenomenon with powder (dots)!" -DAN-BALL
This is a falling sand game built in rust (via wasm), webgl, and some JS glueing things together.
You can play online or read a longer post on the project
The goal was to produce an cellular automata environment that's interesting to play with and supports the sharing and forking of fun creations with other players. Ultimately, I want the platform to support editing and uploading of your own elements via a programmable cellular automata API.
🛠️ Build:
# build the wasm once:
cd crate && wasm-pack build && cd ..;
npm install;
npm run start;
# then in a separate terminal:
cargo watch -s 'wasm-pack build'
a successor to my previous efforts in javascript and lua
Fluid simulation code adopted from https://github.com/PavelDoGreat/WebGL-Fluid-Simulation
more like this
TachiSnap
TachiSnap — Pixel Snapper for animation pixel artists. Rust + WebAssembly client-side tool for cleaning up AI-generated…
bit_gossip
Pathfinding library for calculating all node pairs' shortest paths in an unweighted undirected graph.
RaylibWasm
.Net 10 (.Net 8+) webassembly starter project using raylib-cs nuget 7.0.2 and raylib 5.5
