Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 875 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 875 Bytes

zig-wlroots

This fork adds support for scenefx to zig-wlroots and provides a sample implementation (tinywl).

Dependencies

Usage

See tinywl.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

  • Rounded corners
  • Drop shadow
  • Blur support