Native Zig Wayland client library and widget toolkit
This project has a few different parts:
- Wayland client library (in
wayland/): This can be used to crate a statically linked binary capable of displaying CPU rendered graphics. - Widget toolkit (in
toolkit/): This builds over the wayland client and provides a Data Oriented library for creating GUI apps - Apps (in
apps/): Demo apps built using the widget toolkit
- Zig 0.15.1
zig build run-hello