Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 294 Bytes

File metadata and controls

11 lines (10 loc) · 294 Bytes

Engine

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).