Wayland cOMPositor written in C++ using Louvre.
1# W Compositor
2
3Welcome to the W Compositor for Wayland or better known as **Womp**!
4
5## Features
6
7- Written entirely in C++ using the [Louvre Framework](https://cuarzosoftware.github.io/Louvre/) (this is super cool btw).
8- Built-in top bar for minimized apps.
9- Basically a glorified Kiosk.
10
11## Installation
12
13You can only build from source.
141. Run `make` in this GitHub directory and it will compile the binary for you
15and place it in `build/`
16
17## Misc
18
19- compliant with [Semantic Versioning](https://semver.org/)
20- [Todo List](TODO.md)