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