bc3d914ccd
* clutter/Makefile.am: * clutter/clutter-alpha.c: * clutter/clutter-alpha.h: * clutter/clutter-behaviours.c: (clutter_behaviour_opacity_dispose), (clutter_behaviour_opacity_init), (clutter_behaviour_opacity_frame_foreach), (clutter_behaviour_opacity_frame): * clutter/clutter-behaviours.h: * clutter/clutter-timeline.c: (clutter_timeline_class_init): * clutter/clutter-timeline.h: * clutter/clutter.h: * examples/behave.c: (main): Separate alpha calculation into its own class. * clutter/clutter-behaviour.c: (clutter_behaviour_set_timelime): Correct NULL check.
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. o video-player. Simple fullscreen video player. - Move mouse to see controls. - Hit q or Esc to exit, p to toggle pause state. - Has some useless cheesy effects built in. - Hit e to flip the video. o video-cube. Pure evil. A nasty hack to do a video cube with clutter. Could be done much nicer. Also see http://svn.o-hand.com/repos/misc/trunk/opt for a simple clutter based presentation program.