An industry-grade game engine written for C++. The base engine files will be hosted here, with extension modules that can optionally be linked in.
$ mkdir build
$ cd build
$ cmake ..
$ make
PS> mkdir build
PS> cd build
PS> cmake .. -G "MSYS Makefiles"
PS> make