Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 224 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 224 Bytes

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 ..