zig-wlroots/tinywl
2024-02-18 15:07:35 +00:00
..
deps build: update to Zig 0.11.0 2023-08-12 16:18:06 +02:00
.gitignore tinywl: update to zig 0.8.0 2021-06-05 17:15:22 +00:00
build.zig build: update to Zig 0.11.0 2023-08-12 16:18:06 +02:00
LICENSE tinywl: clean up build system, add LICENSE/README 2020-11-03 11:24:29 +01:00
README.md docs: fix upstream tinywl link 2024-02-13 00:08:53 +01:00
tinywl.zig Seat: take a slice in keyboard{Notify,}Enter() 2024-02-18 15:07:35 +00:00

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.