Add README

This commit is contained in:
Simon Ser 2019-08-21 23:12:11 +03:00
parent 9fe471dd6b
commit d70b45b36d
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48

18
README.md Normal file
View 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