Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorial/Bolyai.xaf
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/Bolyai.xaf')
-rw-r--r--tutorial/Bolyai.xaf67
1 files changed, 67 insertions, 0 deletions
diff --git a/tutorial/Bolyai.xaf b/tutorial/Bolyai.xaf
new file mode 100644
index 0000000..91ca74f
--- /dev/null
+++ b/tutorial/Bolyai.xaf
@@ -0,0 +1,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")