readme: add link to intro blog post

This commit is contained in:
Simon Ser 2019-10-16 10:44:29 +03:00
parent a8cba323eb
commit cb0794469c
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48

View file

@ -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