mirror of
https://gitlab.freedesktop.org/emersion/libliftoff.git
synced 2024-12-27 21:59:24 +01:00
caac9bc87f
Let's make these planes useful!
18 lines
415 B
Markdown
18 lines
415 B
Markdown
# libliftoff
|
|
|
|
Lightweight hardware composer library for libdrm.
|
|
|
|
libliftoff eases the use of KMS planes from userspace without standing in your
|
|
way. Users create "virtual planes" called layers, set KMS properties on them,
|
|
and libliftoff will allocate planes for these layers if possible.
|
|
|
|
## Building
|
|
|
|
Depends on libdrm. Requires universal planes and atomic.
|
|
|
|
meson build/
|
|
ninja -C build/
|
|
|
|
## License
|
|
|
|
MIT
|