Install dependencies in Ubuntu (tested on 15.04):
$ sudo apt-get install scons libglew-dev libglm-dev libbullet-dev libglfw3-devIn the project's root directory, build and run:
$ scons
scons: done building targets.
$ ./ecsUses OpenGL, Bullet Physics, GLEW, GLFW3 and GLM, along with files from Tom Dalling's modern OpenGL tutorial. Entity component system with nodes based on the idea explained here.
Use the WASD keys and mouse to move/look around. Press 'e' to fire cups, 't' to delete all cups, and 'r' to reset the cubes. Press 'f' to enable/disable the physics system (the rendering system will continue running).
Change GLM degrees to radians.