mirror of
https://gitlab.freedesktop.org/emersion/libliftoff.git
synced 2024-11-16 19:47:55 +01:00
Add README
This commit is contained in:
parent
9fe471dd6b
commit
d70b45b36d
1 changed files with 18 additions and 0 deletions
18
README.md
Normal file
18
README.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
# libhwc
|
||||
|
||||
Lightweight hardware composer library for libdrm.
|
||||
|
||||
libhwc 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
|
||||
libhwc will allocate planes for these layers if possible.
|
||||
|
||||
## Building
|
||||
|
||||
Depends on libdrm. Requires universal planes and atomic.
|
||||
|
||||
meson build/
|
||||
ninja -C build/
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
Loading…
Reference in a new issue