Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.1 KB

README.md

File metadata and controls

45 lines (31 loc) · 1.1 KB

Big Nuts Rise

A demo simulation of granular materials and a shaker, play with all the parrameters live!

Uses C++ with SFML and OpenGL

Controls

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

Building

If building SFML from source (as included)

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