BryceMehring / GameEngine

C++ OpenGL Cross Platform Game Engine
7 stars 2 forks source link

GameEngine

System Compiler Status
Linux 64 bit GCC 4.8 Build Status
Windows Visual Studio 2015 Build status

To create projects:

Open CMakeLists.txt with the CMake GUI to generate projects.

Windows:

Linux:

All Platforms:

How the root folder should look so that cmake should automatically detect dependencies:

GameEngine/ - this is the root of the repo
glfw/
glew/
glm/
stb_image/stb_image.h

Dependencies

If building in Visual Studio:

Linux:

sudo apt-get install g++ git cmake cmake-qt-gui libgl1-mesa-dev libglu1-mesa-dev xorg-dev libglm-dev libglew-dev