Sandboxes are cool.
This project is a 2D sandbox engine/simulation.
- Customisable: easy to add new materials with custom behavior as well as changing the rendering for them.
- Performant: maintains as low tick time as possible, within a cap
- Aesthetically pleasing: supports shaders for materials and all materials look cool.
Either fork and PR or clone and push:
git clone https://github.com/SolarFlurry/sandbox.git# build debug
zig build
# build release
zig build --release=fast
./zig-out/bin/sandbox