Skip to content

YigitGunduc/particle-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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