Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cptmeetkat/wayland-gui-toolkit
A Wayland GUI framework in C
https://github.com/cptmeetkat/wayland-gui-toolkit
Last synced: about 1 month ago
JSON representation
A Wayland GUI framework in C
- Host: GitHub
- URL: https://github.com/cptmeetkat/wayland-gui-toolkit
- Owner: CptMeetKat
- Created: 2024-02-26T09:23:52.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-19T11:26:57.000Z (9 months ago)
- Last Synced: 2024-04-19T12:37:30.259Z (9 months ago)
- Language: C
- Homepage:
- Size: 909 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wayland GUI Toolkit
A demo framework for creating a Wayland GUI in C pixel by pixel.
- This would be equivalent to a very junior GTK+## Pre-requisites
- Linux Distribution with WayLand > 1.2
- Tested for Ubuntu 22.04## To Run Demo
1. Clone repository
2. Build & Run demo file with `./build -t`
3. See [app_demo.c](app_demo.c) for how each component is used## Screenshots
![Tiles of textboxes](images/demo-page1.png)
#### Notes
For educational purposes only, not intended for real world applications