A C++ game engine with an SDL backend
This library is fairly lightweight, only relying on SDL2 to offer a cross platform graphics library solution.
- For Ubuntu 16.10
$ sudo apt-get install libsdl2-2.0 libsdl2-dev libsdl2-image1.2
or alternatively run
$ sudo bash ./install-deps.sh
- For MAC OS X
$ brew install sdl2
$ mkdir build && cd build
$ cmake .. && make
To build the documentation download doxygen and run:
$ doxygen doxygen_config
$ firefox documentation/html/index.html