Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 382 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 382 Bytes

tinywl.zig

This is an implmentation of tinywl in zig using zig-wlroots.

Building

First make sure the submodules are initialized and updated with

git submodule update --init

Then simply run zig build to build tinywl.zig.

License

tinywl.zig is released under the Zero Clause BSD license.