minimal-bgfx-sdl-example
Minimal example of setting up SDL + BGFX using CMake. Compiled this on windows only but setup in code to support all platforms.
Building
- run git submodule update --init --recursive
- create an out / build folder and cd to it
- run cmake ..
- profit