Go to file
Louis Pearson a7128eaf34 feat: recieve file descriptors
Feels super hacky, but I'm not sure there is a better way to handle
it. The crux of the problem is that wayland does not seem to make any
guarantees about the location of file descriptors.
2024-01-16 00:57:31 -07:00
examples feat: recieve file descriptors 2024-01-16 00:57:31 -07:00
src feat: recieve file descriptors 2024-01-16 00:57:31 -07:00
.gitignore Create example of connecting to a wayland server 2023-08-08 23:47:01 -06:00
README.md Add README 2023-12-18 12:17:04 -07:00
build.zig Rewrite example 01 as standalone example 2023-12-18 12:01:28 -07:00

README.md

Zig Wayland Wire

This is library implements the Wayland protocol in pure zig, with a goal of presenting low level details instead of abstracting them away.