Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 651 Bytes

File metadata and controls

26 lines (20 loc) · 651 Bytes

TEngine

A game engine written in C using OpenGL.

How to use

Compile using CMake (3.9 or greater).

Development

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.

Libraries

Uses:

Dependencies:

License

MIT License