Skip to content

thomaslienbacher/TEngine

Repository files navigation

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

About

A game engine written in C using OpenGL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages