An OpenGL game that utilizes Divvy (see https://github.com/puradox/divvy)
- OpenGL
- CMake (http://www.cmake.org/)
- GLEW (http://glew.sourceforge.net/)
- GLFW (http://www.glfw.org/)
Simply running a clone on this repository will not clone it's dependancies. Therefore, running
git clone --recursive https://github.com/puradox/apples
will clone both this repository and the submodules that we need.
Simply run
mkdir build
cp -r scripts build/
cd build
cmake ..
Then build with your compiler
make