Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorial/render.xaf
diff options
context:
space:
mode:
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)