Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorial/fractal.xaf
blob: 75ff7c50abc509df5dd76b7c9a185ed1c7474bb6 (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
; An introduction to fractals by Jan Hubicka
; Version 1.0 done for XaoS 3.0 in July 1997
; Use xaos -play to see it :)

(load "intro.xaf")
(load "mset.xaf")
(load "julia.xaf")
(load "power.xaf")
(load "newton.xaf")
(load "barnsley.xaf")
(load "phoenix.xaf")
(load "octo.xaf")
(load "magnet.xaf")

(clearscreen)
(textposition 'center 'middle)
(message "end")
(usleep 4000000)

(clearscreen)
(message "fcopyright")
(textsleep)

(clearscreen)
(message "suggestions")
(textsleep)
(initstate)