Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikkeloscar/flis

[WIP] Wayland Tiling Compositor inspired by sway and i3, written in Go.
https://github.com/mikkeloscar/flis

compositor golang wayland wlc

Last synced: 28 days ago
JSON representation

[WIP] Wayland Tiling Compositor inspired by sway and i3, written in Go.

Awesome Lists containing this project

README

        

# flis
[![Build Status](https://travis-ci.org/mikkeloscar/flis.svg?branch=master)](https://travis-ci.org/mikkeloscar/flis)
[![GoDoc](https://godoc.org/github.com/mikkeloscar/flis?status.svg)](https://godoc.org/github.com/mikkeloscar/flis)
[![Go Report Card](https://goreportcard.com/badge/github.com/mikkeloscar/flis)](https://goreportcard.com/report/github.com/mikkeloscar/flis)
[![Coverage Status](https://coveralls.io/repos/github/mikkeloscar/flis/badge.svg)](https://coveralls.io/github/mikkeloscar/flis)

flis is a Wayland tiling compositor inspired by [sway][sway] and [i3][i3],
written in [Go][golang].

SUPER MEGA ALPHA!!!

Don't expect anything to work... yet!

### Dependencies

* [wlc][wlc]
* [go-wlc][go-wlc]
* [go-xkbcommon][go-xkbcommon]
* wayland

## License

See [LICENSE](LICENSE) file.

[sway]: https://github.com/SirCmpwn/sway
[i3]: https://i3wm.org/
[golang]: https://golang.org
[wlc]: https://github.com/Cloudef/wlc
[go-wlc]: https://github.com/mikkeloscar/go-wlc
[go-xkbcommon]: https://github.com/mikkeloscar/go-xkbcommon