File: render.xaf

package info (click to toggle)
xaos 4.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,528 kB
  • sloc: cpp: 24,154; ansic: 2,936; sh: 303; xml: 146; python: 39; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 659 bytes parent folder | download | duplicates (3)
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 https://xaos-project.github.io/
for the 8 chapters.")
(textsleep)
(text "Rendered by
XaoS - a real-time fractal zoomer

XaoS is free software. Download it from:
https://xaos-project.github.io/
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)