Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bobcao3/marina

A modern Wayland compositor that utilizes the GPU for more efficient desktop experience.
https://github.com/bobcao3/marina

Last synced: 2 months ago
JSON representation

A modern Wayland compositor that utilizes the GPU for more efficient desktop experience.

Awesome Lists containing this project

README

        

# Marina
A modern Wayland compositor that utilizes the GPU for more efficient desktop experience.

**This implementation is highly unstable and under very early development.**

# Building / Testing

Dependencies:
- wlroots
- egl / glesv2
- wayland-server
- wayland-protocols

For building the package, you also need:
- wayland-scanner

To build Marina:
```sh
$ meson build
$ cd build
$ ninja
```

To test Marina:
```sh
$ cd build
$ ./marina-compositor
```