From cb0794469c20b7c64071bdfae51d52b8f212538e Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 16 Oct 2019 10:44:29 +0300 Subject: [PATCH] readme: add link to intro blog post --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 316e119..6ce5baf 100644 --- a/README.md +++ b/README.md @@ -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