mirror of
https://gitlab.freedesktop.org/emersion/libliftoff.git
synced 2025-01-18 10:27:00 +01:00
readme: add link to intro blog post
This commit is contained in:
parent
a8cba323eb
commit
cb0794469c
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,8 @@ 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.
|
||||
|
||||
See the [blog post introducing the project][intro-post] for more context.
|
||||
|
||||
## Building
|
||||
|
||||
Depends on libdrm. Requires universal planes and atomic.
|
||||
|
@ -52,3 +54,4 @@ drmModeAtomicFree(req);
|
|||
MIT
|
||||
|
||||
[liftoff.h]: https://github.com/emersion/libliftoff/blob/master/include/libliftoff.h
|
||||
[intro-post]: https://emersion.fr/blog/2019/xdc2019-wrap-up/#libliftoff
|
||||
|
|
Loading…
Reference in a new issue