Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 371 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 371 Bytes

ParticleSandbox

powder toy and noita like sand simulation written in c++ and sfml

Compiling on linux

make sure you have sfml and cmake installed, if you haven't you can install it by

sudo apt-get install libsfml-dev

after that you need to give permission to build.sh

chmod +x ./build.sh

and then you can build and run the project

./build.sh