JoshuaBrookover / bigg

bgfx, imgui, glfw, glm
The Unlicense
226 stars 35 forks source link

bigg

Simple framework bringing together bgfx, imgui, glfw, and glm.

Checkout

git clone https://github.com/JoshuaBrookover/bigg.git
cd bigg
git submodule update --init --recursive
mkdir build
cd build
cmake ..