mutter/examples
Matthew Allum 23ac88ac70 2007-05-14 Matthew Allum <mallum@openedhand.com>
* clutter/clutter-behaviour-path.c:
        Fix bug where last knot position wouldn't get reached.

        * clutter/clutter-group.c:
        Add some docs

        * clutter/clutter-timeline.h:
        * clutter/clutter-timeline.c:
        Add clutter_timeline_copy (needed for ClutterEffect)

        * clutter/clutter-version.h.in:
        Export windowing system / GL backend etc defines.

        * clutter/Makefile.am:
        * clutter/clutter-effect.c:
        * clutter/clutter-effect.h:
        * clutter/clutter.h:

        * clutter/glx/clutter-backend-glx.c:
        Minor clean ups.

        * clutter/clutter-alpha.h:
        Add a fixme.

        * configure.ac:
        Add FPU define.

        * examples/Makefile.am:
        * examples/slider.c:
        Add Robs slider game.
2007-05-14 09:11:23 +00:00
..
behave.c added --path command line argument to examples/behave; removed bspline example 2007-04-30 08:39:31 +00:00
clutter-logo-800x600.png Merge gobject-branch into trunk 2006-05-29 08:59:36 +00:00
Makefile.am 2007-05-14 Matthew Allum <mallum@openedhand.com> 2007-05-14 09:11:23 +00:00
README 2006-08-30 Jorn Baayen <jorn@openedhand.com> 2006-08-30 13:48:48 +00:00
redhand.png Merge gobject-branch into trunk 2006-05-29 08:59:36 +00:00
slider.c 2007-05-14 Matthew Allum <mallum@openedhand.com> 2007-05-14 09:11:23 +00:00
super-oh.c 2007-03-22 Emmanuele Bassi <ebassi@openedhand.com> 2007-03-22 18:21:59 +00:00
test-text.c 2006-07-06 Emmanuele Bassi <ebassi@openedhand.com> 2006-07-06 17:52:57 +00:00
test.c 2007-04-25 Emmanuele Bassi <ebassi@openedhand.com> 2007-04-25 14:22:24 +00:00

examples/
===

This directory contains a number of simple hacks come tests come
examples come clutter demos.

There are:

 o test

   Lots of randomness. Scratchpad to test new features.

 o test.py

   Like above but more randomness in python.

 o super-oh

   Spinning OH logos. Click to dissapear.

 

Also see http://svn.o-hand.com/repos/misc/trunk/opt for a simple
clutter based presentation program.