summaryrefslogtreecommitdiff
path: root/examples/README
diff options
context:
space:
mode:
authorMatthew Allum <mallum@openedhand.com>2006-06-21 16:29:28 +0000
committerMatthew Allum <mallum@openedhand.com>2006-06-21 16:29:28 +0000
commitd61ee2240b218df56ea6651025ad95034a3fb164 (patch)
tree0a70480e8022a5f3f97618629b50987d24a6a7eb /examples/README
parent177add87683eb795585f8b3353963c9402988dd8 (diff)
downloadclutter-d61ee2240b218df56ea6651025ad95034a3fb164.tar.gz
2006-06-21 Matthew Allum <mallum@openedhand.com>
* clutter/Makefile.am: Make sure clutter.h included. * clutter/clutter-stage.c: (clutter_stage_realize), (clutter_stage_get_actor_at_pos): Select for motion events on X window. Return highest rather than lowest found actor for actor_at_pos. * examples/Makefile.am: Remove test-text, remane test video. * examples/README: Add info about the included examples. * examples/test-video.c: * examples/video-player.c: Redo test-video a little nicer and rename. * examples/video-cube.c: Fix so it at least 'works' again. * examples/test.c: Clean up a little.
Diffstat (limited to 'examples/README')
-rw-r--r--examples/README37
1 files changed, 37 insertions, 0 deletions
diff --git a/examples/README b/examples/README
new file mode 100644
index 000000000..1e2e3895e
--- /dev/null
+++ b/examples/README
@@ -0,0 +1,37 @@
+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.