Skip to content
/ wl Public
forked from sternix/wl

Golang wayland protocol implementation

License

Notifications You must be signed in to change notification settings

dkolbly/wl

This branch is 13 commits ahead of sternix/wl:master.

Folders and files

NameName
Last commit message
Last commit date
Feb 20, 2018
Feb 20, 2018
Feb 20, 2018
Feb 19, 2018
Dec 31, 2016
Feb 19, 2018
Feb 20, 2018
Feb 20, 2018
Feb 20, 2018
Feb 19, 2018
Feb 19, 2018
Feb 19, 2018
Feb 19, 2018
Dec 4, 2016
Nov 7, 2016

Repository files navigation

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.

About

Golang wayland protocol implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%