Fixup fromcvs/togit conversion
[pkgsrcv2.git] / graphics / p5-clutter / DESCR
1 Perl bindings to the Clutter OpenGL canvas.  Clutter aims to give a nice
2 and easy GObject based API for creating fast, heavily stylised applications,
3 such as media box UI, presentations, kiosk style applications, etc.
4
5 Clutter uses OpenGL for rendering.
6
7 The Clutter Perl bindings allow you to write canvas-based applications in
8 a Perlish and object-oriented way, freeing you from having to care about
9 casting and memory management of the original Clutter C API, and yet
10 remaining close to its spirit.