Go to file
2007-06-11 09:02:40 +00:00
clutter Update Clutter event structures to use the ModifierType enum 2007-06-11 09:02:40 +00:00
doc Update ChangeLog for SVN repo 2007-06-09 13:25:59 +00:00
examples Added a 'activate' signal, which is emitted when the 'Enter' key is pressed 2007-06-07 21:23:07 +00:00
tests 2007-06-07 Emmanuele Bassi <ebassi@openedhand.com> 2007-06-07 14:41:35 +00:00
AUTHORS
autogen.sh
ChangeLog Update ChangeLog 2007-06-11 09:02:35 +00:00
clutter.doap
clutter.pc.in
configure.ac 2007-05-31 Matthew Allum <mallum@openedhand.com> 2007-05-30 23:16:58 +00:00
COPYING
Makefile.am
NEWS
README
TODO 2007-05-31 Matthew Allum <mallum@openedhand.com> 2007-05-30 23:43:13 +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.