TimSimpson / lp3-sdl

0 stars 0 forks source link

LP3 SDL

Travis Build Status Build status Download

Super basic C++ wrappers for SDL2.

This library requires the Conan package manager and the BinCrafter's packages for SDL2 and SDL2 Image.

Why even use this? There's no great reason really except it smooths over some oddness of working with Emscripten: if you use CMake and rely on the package config installed by this, it will detect if the system name is Emscripten, and if so, correctly state the command line options needed to use SDL2 and avoid pulling libraries. Also it tells Conan to avoid downloading SDL2 for Emscripten builds as well.