Simple framework bringing together bgfx, imgui, glfw, and glm.
git clone https://github.com/JoshuaBrookover/bigg.git cd bigg git submodule update --init --recursive mkdir build cd build cmake ..