Particle simulation which can simulate water and sand. Built with C and SDL
sand simulation
sand-sim.mp4
water + sand simulation
sand+water.mp4
git clone https://github.com/YigitGunduc/particle-simulation.git
cd particle-simulation/
Building the sand simulation alone
bash build.sh
Building the water + sand simulation
bash build.sh --water
executable will be present in the ./build/
to change the name out the build the change the BUILD_DIR
variable in the
build.sh