mutter/examples
Jorn Baayen bc3d914ccd 2006-08-28 Jorn Baayen <jorn@openedhand.com>
* 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.
2006-08-28 17:11:15 +00:00
..
behave.c 2006-08-28 Jorn Baayen <jorn@openedhand.com> 2006-08-28 17:11:15 +00:00
clutter-logo-800x600.png Merge gobject-branch into trunk 2006-05-29 08:59:36 +00:00
Makefile.am 2006-08-15 Matthew Allum <mallum@openedhand.com> 2006-08-15 20:28:41 +00:00
media-actions-pause.png 2006-06-21 Matthew Allum <mallum@openedhand.com> 2006-06-21 16:29:28 +00:00
media-actions-start.png 2006-06-21 Matthew Allum <mallum@openedhand.com> 2006-06-21 16:29:28 +00:00
README 2006-06-21 Matthew Allum <mallum@openedhand.com> 2006-06-21 16:29:28 +00:00
rects.py 2006-06-05 Emmanuele Bassi <ebassi@openedhand.com> 2006-06-05 13:38:31 +00:00
redhand.png Merge gobject-branch into trunk 2006-05-29 08:59:36 +00:00
super-oh.c 2006-07-06 Emmanuele Bassi <ebassi@openedhand.com> 2006-07-06 17:52:57 +00:00
test-text.c 2006-07-06 Emmanuele Bassi <ebassi@openedhand.com> 2006-07-06 17:52:57 +00:00
test.c 2006-07-15 Emmanuele Bassi <ebassi@openedhand.com> 2006-07-15 22:47:37 +00:00
vid-panel.png 2006-06-21 Matthew Allum <mallum@openedhand.com> 2006-06-21 16:29:28 +00:00
video-cube.c 2006-07-06 Emmanuele Bassi <ebassi@openedhand.com> 2006-07-06 17:52:57 +00:00
video-player.c 2006-07-06 Emmanuele Bassi <ebassi@openedhand.com> 2006-07-06 17:52:57 +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.

 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.