The engine currently integrates 2 rendering systems:
OpenGL: 2D/3D support, debug renderer, text renderer
SDL2: basic 2D support
By default, the renderer used is the OpenGL renderer. If you want to change to the SDL renderer, you will need to modify the following line of code in Game.cpp :
by :