simple cell/pixel physics simulator using sdl3.
- empty/void
- generic/block
- sand
- water
create a directory to build the project with dependencies, and run cmake:
mkdir build/
cd build/
cmake ..
build the final executable using the makefile:
make
run cellular_physics:
./cellular_physics