A X11 client library in Zig.
It has no dependencies and uses just Zig.
It is based on the material on the docs folder and reading libx11 source.
It is incomplete, missing specially:
- No extension support
- No concurrency
- No queue
- Missing some proto request type
But it seems to work.
For usage see the documentation or the commented src/demo.zig.
MIT