summaryrefslogtreecommitdiffstats
path: root/libraries/clutter/README
diff options
context:
space:
mode:
author Ozan Türkyılmaz <ozan.turkyilmaz@gmail.com>2022-04-22 21:48:58 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-24 01:47:21 +0700
commitb483e62a763d9b2d3571285c769bd344c1785866 (patch)
tree26a377d381c90ee9447cba9e1f1f377dcb32b285 /libraries/clutter/README
parent86a632af531b7d5c9b40554f1ddb20014fca66b3 (diff)
downloadslackbuilds-b483e62a763d9b2d3571285c769bd344c1785866.tar.gz
slackbuilds-b483e62a763d9b2d3571285c769bd344c1785866.tar.xz
libraries/clutter: Added (OpenGL based interactive canvas library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/clutter/README')
-rw-r--r--libraries/clutter/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/libraries/clutter/README b/libraries/clutter/README
new file mode 100644
index 0000000000..43c6629aad
--- /dev/null
+++ b/libraries/clutter/README
@@ -0,0 +1,17 @@
+Clutter is an open source (LGPL 2.1) software library for creating fast,
+compelling, portable, and dynamic graphical user interfaces. It is a
+core part of Gnome3, it is used by the GnomeShell, and is supported by
+the open source community.
+
+Clutter uses OpenGL for rendering (and optionally OpenGL ES for use on
+mobile and embedded platforms), but wraps an easy to use, efficient,
+flexible API around GL's complexity.
+
+Clutter enforces no particular user interface style, but provides a
+rich, generic foundation for higher-level toolkits tailored to specific
+needs.
+
+Below variables can be used to configure the build:
+ GCOV=yes : Enable gcov
+ INTROSPECTION=yes : Enable introspection for this build
+ GTKDOC=yes : Use gtk-doc to build documentation