Skip to content

MeowBoy326/nautical-engine

 
 

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

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 84.3%
  • CMake 9.6%
  • C 5.0%
  • Other 1.1%