Bouncy ninja is a soft body simulation implemented in C++ and OpenGL using a mass-spring-dampening-system.
This projects depend on:
- CMake
- OpenGL
- GLFW (version
3.0.4 +
) - GLM
- GLEW
We recommend you to install the dependencies using Homebrew. Simply run these commands, and you should be good to go:
brew install cmake
brew install glfw3
brew install glm
brew install glew
Cmake into your preferred project file. The CMakeLists.txt
file has been tested to work and run on Linux (Mint) and Mac OS X.
Compile and run!
To build and run the project, run these commands in your terminal:
mkdir build
cd build
cmake ..
make
../bin/bouncy