A game engine written in C using OpenGL.
Compile using CMake (3.9 or greater).
In order to make development easier pass the following flag to CMake
-DTENGINE_TESTAPP=true
The project will now be compiled as an executable. The file demo.c
contains the main()
where you can place your code.
Uses:
Dependencies:
MIT License