Warning
Highly beta, PRs are allowed.
This is a basic 3D engine implemented in C and C++. It works with OpenGL Graphics API and uses Glad loader.
System API(creating windows, etc.) comes with SDL2 library.
Educational purpose. 3D graphics is pretty cool.
$ cmake -B build
$ cmake --build build
$ cmake -B build -DDEBUG=ON
$ cmake --build build
$ ./engine