An OpenGL PBR engine with minimal overhead.
Im currently designing the base structure for the engine, this is far from being usable.
Run make
to compile the whole engine.
The engine uses Galogen for the OpenGL function calls and a self written library to create the window and OpenGL context.
This engine avoids using GLFW and GLEW as they are some heavy librarys, which are hard to compile.