OpenGL 2D Engine To compile this project you have to install:
- libsdl-image,
- libconfig++,
- glut or freeglut.
it is also necessary to use the g++ option -std=c++14 (perhaps the project can be compiled with the key -std=c++11, but the author assumes the use of C++14 standard).