Go to file
Matthew Allum 83700e97c7 2007-01-04 Matthew Allum <mallum@openedhand.com>
* clutter/clutter-actor.c:
        * clutter/clutter-actor.h:
        Add new set_width/height API calls.
        Tweak scaling by reseting matrix.
        Make set_opactiy() take parent opacity into account.
        Fix clipping.

        * clutter/clutter-alpha.c:
        Add more sine functionality.

        * clutter/clutter-behaviour-opacity.c:
        Dont make a copy of all applied actors but use a foreach()

        * clutter/clutter-behaviour-scale.c:
        Give correct limits to propertys.
        Tweak gravity a little more.
        Update docs.
:
        * clutter/clutter-behaviour.c: (clutter_behaviour_remove):
        Minor warning text change.

        * clutter/clutter-feature.c: (clutter_feature_wait_for_vblank):
        Minor dri ioctl tweak.

        * clutter/clutter-label.c:
        * clutter/clutter-label.h:
        Add new label_full api call.
2007-01-04 19:56:01 +00:00
clutter 2007-01-04 Matthew Allum <mallum@openedhand.com> 2007-01-04 19:56:01 +00:00
doc 2006-12-27 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-27 18:25:43 +00:00
examples 2006-12-12 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-12 20:20:04 +00:00
AUTHORS 2006-06-14 Matthew Allum <mallum@openedhand.com> 2006-06-13 22:29:51 +00:00
autogen.sh Merge gobject-branch into trunk 2006-05-29 08:59:36 +00:00
ChangeLog 2007-01-04 Matthew Allum <mallum@openedhand.com> 2007-01-04 19:56:01 +00:00
clutter.doap 2006-12-08 Matthew Allum <mallum@openedhand.com> 2006-12-08 16:47:20 +00:00
clutter.pc.in 2006-08-30 Jorn Baayen <jorn@openedhand.com> 2006-08-30 13:57:03 +00:00
configure.ac 2006-12-27 Emmanuele Bassi <ebassi@openedhand.com> 2006-12-27 18:25:43 +00:00
COPYING Merge gobject-branch into trunk 2006-05-29 08:59:36 +00:00
Makefile.am 2006-11-30 Emmanuele Bassi <ebassi@openedhand.com> 2006-11-30 11:08:54 +00:00
NEWS update NEWS 2006-12-27 18:42:31 +00:00
README 2006-08-30 Jorn Baayen <jorn@openedhand.com> 2006-08-30 13:48:48 +00:00
TODO update TODO list 2006-12-17 16:01:42 +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.