Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorial/render.xaf
blob: 7ffbff08f5d340e4f59f93cb8c944b54d3419c8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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)