Find a file
2020-11-17 14:34:18 +01:00
src Fix wlroots import 2020-11-17 14:34:18 +01:00
tinywl style fix: XCursor -> Xcursor 2020-11-05 20:12:35 +01:00
.gitignore Initial backend and renderer bindings 2020-10-12 13:49:29 +02:00
.gitmodules tinywl: clean up build system, add LICENSE/README 2020-11-03 11:24:29 +01:00
LICENSE Add MIT license 2020-10-12 21:49:47 +02:00
README.md Update to wlroots 0.12.0 2020-11-10 12:41:27 +01:00

zig-wlroots

Idiomatic Zig bindings for wlroots 0.12.0.

Note: these bindings are early in development and should not be considered as stable as wlroots

Dependencies

zig-wlroots of course depends on wlroots 0.12.0 and all of its dependencies. In addition the following zig bindings are required:

Usage

See tinwyl.zig for an example compositor using zig-wlroots and an example of how to integrate zig-wlroots and its dependencies into your build.zig.

See the C headers of wlroots for documentation.

License

zig-wlroots is released under the MIT (expat) license. The contents of the tinywl directory are not part of zig-wlroots and are released under the Zero Clause BSD license.

TODO

  • Bind enough to port tinwyl
  • Bind enough to port river
  • Complete bindings