A demo simulation of granular materials and a shaker, play with all the parrameters live!
Uses C++ with SFML and OpenGL
Function | Keys |
---|---|
toggle debug menu | F1 |
Faster | W |
Slower | S |
Pause | Space |
Quit | Escape |
Manipulate Sliders | Click/Drag Slider |
Toggle Button | Click Button |
Track particle | Click Particle |
First ensure you have the SFML dependencies installed in ubuntu this can be achieved via
apt-get install build-essential mesa-common-dev libx11-dev libxrandr-dev libgl1-mesa-dev liblgu1-mesa-dev libfreetype6-dev libopenal-dev libsndfile1-dev libudev-dev
Additionally install the glm developement libraries
apt-get install libglm-dev
Run
./dependencies.sh && ./build.sh
which will build sfml statically and run cmake to build the game