2 releases
0.1.1 | Jun 20, 2020 |
---|---|
0.1.0 | Jun 5, 2020 |
#860 in Graphics APIs
140KB
3K
SLoC
flutterbug
A basic set of X11 bindings. This is intended to be used as a comprehensive, safe interface to the X Window System. Of note is that this interface uses Xlib instead of XCB, because:
1). I know Xlib better than XCB.
2). I couldn't find a good set of Rust bindings to XCB.
This code is dual licensed under the MIT License and the Apache 2.0 License. See the examples
directory for usage.
lib.rs
:
X11 wrapper library.
Dependencies
~1.4–2MB
~45K SLoC