surface: Add missing ds_addon_set_init/finish
[platform/core/uifw/libds.git] / README.md
index 4c1f3c7..c8dc588 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,2 +1,14 @@
-# libds-c
-libds with C
+libds
+=====
+
+libds is a library that provides a building block which can be used for
+building wayland compositors. It is heavily inspired, conceptually as well as
+code-wise, by wlroots.
+
+libds initially aims to provide common set of functionality that users such as
+Enlightenment compositor and Dali's compositor library expect. Such compositors
+have its own renderer, so libds currently doesn't provide renderers.
+However libds can provide renderers later on for general purposes, and this
+renderers should stay decoupled with other objects of libds.
+
+WIP