https://github.com/durydevelop/raywui
C++ library for writing widgets based gui designed especially for headless SO (like raspberry pi of without grafical desktop).
https://github.com/durydevelop/raywui
c cpp gui headless raygui raylib sbc widgets
Last synced: 11 months ago
JSON representation
C++ library for writing widgets based gui designed especially for headless SO (like raspberry pi of without grafical desktop).
- Host: GitHub
- URL: https://github.com/durydevelop/raywui
- Owner: durydevelop
- License: zlib
- Created: 2024-07-03T09:44:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-18T20:15:59.000Z (12 months ago)
- Last Synced: 2025-03-18T21:24:15.290Z (12 months ago)
- Topics: c, cpp, gui, headless, raygui, raylib, sbc, widgets
- Language: C
- Homepage:
- Size: 39.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
README
# raywui is a C++ library for writing widgets based gui designed especially for headless SO (like raspberry pi of without grafical desktop).
Based on top of Raygui and Raylib, this project aim to create an eco-system of C++ widget classes.
Can be used in 2 way:
- Use DGuiApp event based login (preferred).
- Instantiate a widget class and use Draw() method when you want to update it on screen but you need to handle app logic in classic raylib way.
Features:
* [x] DGuiApp to control **event base** and **callback** logic.
* [x] Each widget has its own class with properties stored inside.
Current widgets:
* [x] DGuiContainer
* [x] DGuiButton
* [x] DGuiEdit
* [x] DGuiLabel
* [x] DGuiStatusBar
* [x] DGuiImage
* [ ] DGuiCheckBox
## **WARNING: this lib it is under development: no alpha release yet**