SDL2 bgfx wrapper
sbwrp = SDL2 bgfx wrapper
This project aims to give you a head start in integrating SDL2 with bgfx.
At the moment the cmake setup is supporting the following platforms
If you use cmake to build this project, you need at least version 3.6.
Compiler has to be
Run git submodule update --init --recursive
.
mkdir tmp
cd tmp
cmake -DCMAKE_BUILD_TYPE=Debug .. # or cmake -DCMAKE_BUILD_TYPE=Release ..
make
libs/bgfx
and build bgfx. See also bgfx documentation about buildinglibs/SDL2-2.0.9
) or get a already compiled version. See also SDL documentationFeel free to create issues and pull requests.
This project is MIT licensed. For more information look into LICENSE.
The libraries in the libs
folder have their own licenses.