summaryrefslogtreecommitdiffstats
path: root/libraries/waylandpp/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/waylandpp/README')
-rw-r--r--libraries/waylandpp/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/waylandpp/README b/libraries/waylandpp/README
new file mode 100644
index 0000000000..0153874b11
--- /dev/null
+++ b/libraries/waylandpp/README
@@ -0,0 +1,10 @@
+waylandpp (Wayland C++ bindings)
+
+Wayland is an object oriented display protocol, which features request
+and events. Requests can be seen as method calls on certain objects,
+whereas events can be seen as signals of an object. This makes the
+Wayland protocol a perfect candidate for a C++ binding.
+
+The goal of this library is to create such a C++ binding for Wayland
+using the most modern C++ technology currently available, providing
+an easy to use C++ API to Wayland.