Wayland client library in Go
Find a file
2026-03-05 19:47:27 +03:00
cmd/wlclgen wlcl,wlclgen: improve documentation slightly 2026-03-05 19:47:27 +03:00
examples examples/hello-wayland: respond to pings 2026-03-04 00:59:44 +03:00
raw raw: check for done in Connection.Dispatch 2026-03-04 17:54:46 +03:00
.editorconfig Initial commit 2026-02-27 16:41:03 +03:00
.gitignore Initial commit 2026-02-27 16:41:03 +03:00
.golangci.yml raw,examples: add (very useful) docs 2026-03-04 00:22:53 +03:00
connection.go wlcl: make Interfaces clearer 2026-03-05 19:33:21 +03:00
doc.go wlcl,wlclgen: improve documentation slightly 2026-03-05 19:47:27 +03:00
go.mod Initial commit 2026-02-27 16:41:03 +03:00
go.sum Initial commit 2026-02-27 16:41:03 +03:00
LICENSE Initial commit 2026-02-27 16:41:03 +03:00
README.md README.md: add IRC link 2026-03-04 17:59:35 +03:00
roundtrip.go wlclgen: add interface name to event handlers 2026-03-02 21:53:12 +03:00
types.go Add some (really basic docs) 2026-02-28 21:21:19 +03:00

wlcl

A Wayland client implementation in Go.

Discuss in #eclairs on Libera.Chat.

Installation

go get hazelnut.eclair.cafe/wlcl

License

BSD-2-Clause

See LICENSE for more information.