Ecosyste.ms: Awesome
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: 28 days ago
JSON representation
bgfx, imgui, glfw, glm
- Host: GitHub
- URL: https://github.com/JoshuaBrookover/bigg
- Owner: JoshuaBrookover
- License: unlicense
- Created: 2017-04-09T00:05:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T17:50:44.000Z (6 months ago)
- Last Synced: 2024-08-04T02:09:59.165Z (4 months ago)
- Language: C
- Homepage:
- Size: 59.6 KB
- Stars: 223
- Watchers: 17
- Forks: 35
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeCppGameDev - bigg
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 ..
```