Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 type

But 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