diff options
Diffstat (limited to 'libraries/clutter/README')
-rw-r--r-- | libraries/clutter/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libraries/clutter/README b/libraries/clutter/README new file mode 100644 index 0000000000000..43c6629aad230 --- /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 |