https://github.com/floooh/fips-nuklear
fips build system wrapper for nuklear UI (https://github.com/vurtun/nuklear)
https://github.com/floooh/fips-nuklear
fips nuklear
Last synced: 7 months ago
JSON representation
fips build system wrapper for nuklear UI (https://github.com/vurtun/nuklear)
- Host: GitHub
- URL: https://github.com/floooh/fips-nuklear
- Owner: floooh
- License: mit
- Created: 2016-08-06T10:42:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-19T06:11:53.000Z (over 5 years ago)
- Last Synced: 2025-06-15T16:12:40.892Z (7 months ago)
- Topics: fips, nuklear
- Language: Python
- Size: 3.91 KB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fips-nuklear
nuklear UI: https://github.com/vurtun/nuklear
fips: https://github.com/floooh/fips
### Usage:
Just include the header 'nuclear/nuclear.h' in a fips project:
```cpp
#include "nuklear/nuklear.h"
```