• Stars
    star
    115
  • Rank 296,018 (Top 6 %)
  • Language
    Go
  • License
    MIT License
  • Created over 5 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Go binding for wlroots

go-wlroots Documentation

go-wlroots is a WIP Go binding for wlroots. Note: The API is incomplete and subject to change.

To test go-wlroots I've ported SirCmpwn's Tiny Wayland compositor to it:

The source of tinywl can be found in cmd/tinywl.

Compiling

Go 1.8 or newer is required.

Make sure wlroots and its dependencies are installed.

Run make all to build everything. Binaries can be found in the 'build' folder.

License

The source code of this project is licensed under the MIT license.