/FlatFoxEngine

A simple fox's game engine

Primary LanguageC++

FlatFoxEngine V0.0.1

A simple fox's game engine in C++

was formerly the KaijuGL Engine

To compile with CMake:

cmake -B build/ # or with ninja: cmake -B build/ -G Ninja
cmake --build build/
cmake --install build/

Required dependencies:

  • GL
  • GLEW
  • glfw3