Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 997 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 997 Bytes

nautical

A game engine written in C++ using OpenGL 3.3 as a graphics framework

Build Status

License

nautical is licensed under the GNU GPLv3

Usage

N/A yet, still in the early architecture stage

Dependencies

Build instructions

To do a typical out-of-source cmake build:

mkdir build
cd build
cmake ..
cmake --build .

Install instructions

From an out-of-source build directory:

cmake --build . --target install