An open API service indexing awesome lists of open source software.

https://github.com/JoshuaBrookover/bigg

bgfx, imgui, glfw, glm
https://github.com/JoshuaBrookover/bigg

Last synced: 6 months ago
JSON representation

bgfx, imgui, glfw, glm

Awesome Lists containing this project

README

        

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