addon: add missing WL_EXPORT
[platform/core/uifw/libds.git] / README.md
1 libds
2 =====
3
4 libds is a library that provides a building block which can be used for
5 building wayland compositors. It is heavily inspired, conceptually as well as
6 code-wise, by wlroots.
7
8 libds initially aims to provide common set of functionality that users such as
9 Enlightenment compositor and Dali's compositor library expect. Such compositors
10 have its own renderer, so libds currently doesn't provide renderers.
11 However libds can provide renderers later on for general purposes, and this
12 renderers should stay decoupled with other objects of libds.
13
14 WIP