Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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