Categorygithub.com/malcolmstill/wl
repositorypackage
0.0.0-20200417013921-9ebd8433135a
Repository: https://github.com/malcolmstill/wl.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

wl

A wayland protocol implementation in pure Go.

This is a Go implementation of the Wayland protocol. The protocol files themselves (client.go and xdg/shell.go) are built using the tool in github.com/dkolbly/wl-scanner from the XML protocol specification files.

To test:

go get github.com/dkolbly/wl/ui/examples/img  

then:

$GOPATH/bin/img $GOPATH/src/github.com/dkolbly/wl/ui/examples/img/bsd_daemon.jpg

This is a hobby project, forked from a hobby project, github.com/sternix/wl.

Desktops

The image program (img) works in both weston and in Ubuntu Gnome in wayland mode.