Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorial/render.xaf
diff options
context:
space:
mode:
authorBernie Innocenti <bernie@codewiz.org>2010-05-03 21:53:47 (GMT)
committer Bernie Innocenti <bernie@codewiz.org>2010-05-03 21:53:47 (GMT)
commit1030dc837b10a03a02a85d5504cbeec168ce49e2 (patch)
tree698eefa87ac437deaf36a4141b326f8ce7986692 /tutorial/render.xaf
Import XaoS r489 (trunk after version 3.5)
Diffstat (limited to 'tutorial/render.xaf')
-rw-r--r--tutorial/render.xaf27
1 files changed, 27 insertions, 0 deletions
diff --git a/tutorial/render.xaf b/tutorial/render.xaf
new file mode 100644
index 0000000..7ffbff0
--- /dev/null
+++ b/tutorial/render.xaf
@@ -0,0 +1,27 @@
+(load "msetren.xaf")
+
+(usleep 500000)
+(clearscreen)
+(textposition 'center 'middle)
+(text "This animation is part of
+animated tutorial
+\"An introduction to fractals\"
+
+See http://xaos.sf.net
+for next 8 chapters.")
+(textsleep)
+(text "Rendered by
+XaoS - a real-time fractal zoomer
+
+XaoS is free software. Download it from:
+http://xaos.sf.net
+to see the whole tutorial calculated in
+realtime at much higher quality.")
+(textsleep)
+(clearscreen)
+(textposition 'center 'top)
+(message "fcopyright")
+(textposition 'center 'bottom)
+(text "You can redistribute this animation
+freely as long as the original MPEG file is untouched.")
+(textsleep)