https://github.com/jqntn/minigui
minimalistic gui app in cpp using nuklear
https://github.com/jqntn/minigui
cpp gui minimal nuklear
Last synced: 15 days ago
JSON representation
minimalistic gui app in cpp using nuklear
- Host: GitHub
- URL: https://github.com/jqntn/minigui
- Owner: jqntn
- License: mit
- Created: 2024-07-17T19:21:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T15:45:27.000Z (almost 2 years ago)
- Last Synced: 2025-11-22T19:17:52.269Z (7 months ago)
- Topics: cpp, gui, minimal, nuklear
- Language: C++
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# minigui
```cmd
> cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
> cmake --build build --config Release
```