Skip to content

liam-middlebrook/nautical

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published