summaryrefslogtreecommitdiff
path: root/graphics/p5-clutter/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/p5-clutter/DESCR')
-rw-r--r--graphics/p5-clutter/DESCR10
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/p5-clutter/DESCR b/graphics/p5-clutter/DESCR
new file mode 100644
index 00000000000..4b4106b185a
--- /dev/null
+++ b/graphics/p5-clutter/DESCR
@@ -0,0 +1,10 @@
+Perl bindings to the Clutter OpenGL canvas. Clutter aims to give a nice
+and easy GObject based API for creating fast, heavily stylised applications,
+such as media box UI, presentations, kiosk style applications, etc.
+
+Clutter uses OpenGL for rendering.
+
+The Clutter Perl bindings allow you to write canvas-based applications in
+a Perlish and object-oriented way, freeing you from having to care about
+casting and memory management of the original Clutter C API, and yet
+remaining close to its spirit.