A game engine written in C++ using OpenGL 3.3 as a graphics framework
nautical is licensed under the GNU GPLv3
N/A yet, still in the early architecture stage
To do a typical out-of-source cmake build:
mkdir build
cd build
cmake ..
cmake --build .
From an out-of-source build directory:
cmake --build . --target install