Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diogok/z11
X11 client library written in Zig.
https://github.com/diogok/z11
gui x11
Last synced: 18 days ago
JSON representation
X11 client library written in Zig.
- Host: GitHub
- URL: https://github.com/diogok/z11
- Owner: diogok
- Created: 2024-08-12T02:40:35.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T02:41:54.000Z (5 months ago)
- Last Synced: 2024-12-15T20:58:49.524Z (19 days ago)
- Topics: gui, x11
- Language: Zig
- Homepage:
- Size: 2.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Z11
A X11 client library in Zig.
It has no dependencies and uses just Zig.
It is based on the material on the [docs](/docs) folder and reading [libx11 source](https://gitlab.freedesktop.org/xorg/lib/libx11).
It is incomplete, missing specially:
- No extension support
- No concurrency
- No queue
- Missing some proto request typeBut it seems to work.
For usage see the [documentation](https://diogok.github.io/z11) or the commented [src/demo.zig](src/demo.zig).
## License
MIT