Go to file
2007-04-16 10:25:47 +00:00
clutter Add API documentation to ClutterBehaviourRotate. Also add properties 2007-04-16 10:25:41 +00:00
doc Add ClutterBehaviourRotate section to the documentation. 2007-04-16 10:25:47 +00:00
examples bezier spline behaviours 2007-04-12 12:42:07 +00:00
AUTHORS documentation for fixed point API 2007-01-17 16:00:00 +00:00
autogen.sh
ChangeLog bezier spline behaviours 2007-04-12 12:42:07 +00:00
clutter.doap 2007-01-18 Matthew Allum <mallum@openedhand.com> 2007-01-18 13:37:37 +00:00
clutter.pc.in 2007-03-23 Emmanuele Bassi <ebassi@openedhand.com> 2007-03-23 15:20:35 +00:00
configure.ac fixed typo in configure.ac; fixed point perspective() 2007-03-29 10:41:23 +00:00
COPYING
Makefile.am 2007-01-23 Matthew Allum <mallum@openedhand.com> 2007-01-23 20:29:11 +00:00
NEWS
README
TODO 2007-01-23 Matthew Allum <mallum@openedhand.com> 2007-01-23 20:29:11 +00:00

Clutter README.
===============

Clutter aims to give a nice easy GObject based API for creating fast,
mainly 2D single window stylalised applications such as media box
UI's, presentaions, kiosk style apps etc. It uses OpenGL for rendering.

Its not meant to be a full featured GUI toolkit for regular desktop
apps nor provide a general interface to *all* openGL functionality.

It currently uses fairly low end GL functionality with an aim to still
work well on open source graphics drivers as well as possibly making
an eventual GL ES port feasable.

Clutter currently requires GLib >= 2.8, GdkPixbuf and OpenGL >= 1.2.
Its also recommended you have some kind of working hardware OpenGL on
your target system.

Clutter is LGPL licensed.

If you want to hack on and improve clutter check the TODO file.