Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 827 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 827 Bytes

particle-simulation

Particle simulation which can simulate water and sand. Built with C and SDL

demo

sand simulation

sand-sim.mp4

water + sand simulation

sand+water.mp4

Installation

git clone https://github.com/YigitGunduc/particle-simulation.git

cd particle-simulation/

Building

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

License

MIT