Awesome
GibEngine
A 3D game engine, and associated world editor. Builds available for Windows, Ubuntu Linux.
Windows | Linux | Codacy Grade |
---|---|---|
Requirements
- cmake > 3.1
- C++11 compatible compiler
- OpenGL 4.0 or OpenGL ES 3.0 compatible GPU
Build Instructions
GNU/Linux
git clone https://github.com/MattRyder/GibEngine.git
mkdir build
cd build
cmake ..
make
Windows, MSVC
git clone https://github.com/MattRyder/GibEngine.git
mkdir build
cd build
cmake -G "Visual Studio 14 2015 Win64" ..
# Open GibEngine.sln within the `build` directory