Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mikkeloscar/flis
- Owner: mikkeloscar
- License: mit
- Created: 2016-11-06T21:26:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-08T05:00:38.000Z (about 6 years ago)
- Last Synced: 2024-10-02T09:08:47.954Z (about 1 month ago)
- Topics: compositor, golang, wayland, wlc
- Language: Go
- Homepage:
- Size: 70.3 KB
- Stars: 16
- Watchers: 5
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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