Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorial/filter.xaf
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/filter.xaf')
-rw-r--r--tutorial/filter.xaf8
1 files changed, 8 insertions, 0 deletions
diff --git a/tutorial/filter.xaf b/tutorial/filter.xaf
new file mode 100644
index 0000000..ba7ad1a
--- /dev/null
+++ b/tutorial/filter.xaf
@@ -0,0 +1,8 @@
+; 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 "head.xhf")
+(clearscreen)
+(message "filter")
+(usleep 4000000)
+(load "filter.xhf")