Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/JoshuaBrookover/bigg

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

Last synced: 28 days 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 ..
```