Planet SDL

Documentation GitHub License Discord

Provides some basic C++ wrappers around SDL2 APIs to make them a bit more convenient to use.

Development requirements

On Linux you'll need some dev packages installed:

sudo apt install libsdl2-dev libsdl2-ttf-dev

On Windows it's generally best to add these as submodules to your project and use add_subdirectory from cmake to build them.