Just a small example bgfx project using the bgfx examples entry harness, except built with CMake.
mkdir build
cd build
cmake ..
make -j8
./bin/bgfxtest
Getting my feet wet with BGFX
Just a small example bgfx project using the bgfx examples entry harness, except built with CMake.
mkdir build
cd build
cmake ..
make -j8
./bin/bgfxtest
Getting my feet wet with BGFX