Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fungos/fips-imgui
MOVED: https://github.com/fips-libs/fips-imgui
https://github.com/fungos/fips-imgui
Last synced: 22 days ago
JSON representation
MOVED: https://github.com/fips-libs/fips-imgui
- Host: GitHub
- URL: https://github.com/fungos/fips-imgui
- Owner: fungos
- Created: 2015-03-20T01:27:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-02T16:32:33.000Z (almost 7 years ago)
- Last Synced: 2024-05-01T23:24:40.736Z (7 months ago)
- Language: CMake
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 4
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
fips-imgui
=========fipsified imgui (https://github.com/ocornut/imgui)
fips build system: https://github.com/floooh/fips
### Building
```
> cd fips
> ./fips clone fips-imgui
> cd ../fips-imgui
> ./fips build
> ./fips run opengl3_example
```