Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorial/Bolyai.xaf
blob: 91ca74fc5acadaf8efdae11ea43bcd7293a37624 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
; Based on "An introduction to fractals" by Jan Hubicka
; Modifications by Zoltan Kovacs for the "University Spring
; in the Bolyai Institute, 2006", 2006-04-26

(letterspersec 9)

(load "Bintro.xaf")
(load "mset.xaf")

(clearscreen)
(initstate)
(formula 'carpet)
(view 0.959 0.19 47.6 47.6)
(zoomcenter 0.63 0.33)
(zoom)
(text "Kedves Vendégeink!")
(textsleep)
(text "Önök most a

Bevezetés a fraktálok világába

című fraktálbemutatóból
látnak részleteket.")
(textsleep)
; (formula 'sier)
; (zoomcenter 0.37 0.21)
; (zoom)
(text "Ezt a bemutatót
Jan Hubička
cseh matematikus diák készítette
1997-ben, 19 évesen.")
(textsleep)
(text "A Bolyai Intézet 2002 óta
maga is részt a program
továbbfejlesztésében.")
(textsleep)
(text "A program, mely

XaoS ('kháosz')
névre hallgat,

akár felhasználóként,
akár fejlesztőként, bárki
számára nyitva áll...")
(textsleep)
; (formula 'koch)
; (zoomcenter 0.288 0.512)
(text "...és ingyenesen letölthető a
Bolyai Intézet weboldaláról.")
(textsleep)
(usleep 3000000)
(stop)
(initstate)
(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)

(load "Bclosing.xaf")