Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bobcao3/marina
- Owner: bobcao3
- License: bsd-3-clause
- Created: 2018-12-09T19:11:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-24T17:45:02.000Z (almost 6 years ago)
- Last Synced: 2023-10-26T13:30:39.563Z (about 1 year ago)
- Language: C++
- Size: 76.2 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-protocolsFor building the package, you also need:
- wayland-scannerTo build Marina:
```sh
$ meson build
$ cd build
$ ninja
```To test Marina:
```sh
$ cd build
$ ./marina-compositor
```