This was only tested in Linux, I do not guarantee this will work on any other operating systems.
-
Dependencies
- OpenGL (minimum version 3.3): opengl.org
- glew: glew.sourceforge.net
- glfw3: glfw.org
- pkg-config
-
Run it:
make && ./bouncing
- Clean build files:
make clean