ftp://ftp.linux.ncsu.edu/mirror/ftp.redhat.com/pub/redhat/linux/enterprise/4/en/os...
[xscreensaver] / hacks / config / anemotaxis.xml
diff --git a/hacks/config/anemotaxis.xml b/hacks/config/anemotaxis.xml
new file mode 100644 (file)
index 0000000..7e65852
--- /dev/null
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="anemotaxis" _label="Anemotaxis">
+
+  <command arg="-root"/>
+
+  <number id="delay" type="slider" arg="-delay %"
+          _label="Speed" _low-label="Slow" _high-label="Fast"
+          low="0" high="60000" default="20000"
+          convert="invert"/>
+
+  <number id="distance" type="slider" arg="-distance %"
+           _label="Distance" _low-label="Near" _high-label="Far"
+          low="0" high="400" default="40"/>
+
+  <number id="sources" type="slider" arg="-sources %"
+           _label="Sources" _low-label="Few" _high-label="Many"
+          low="1" high="100" default="25"/>
+
+  <number id="searchers" type="slider" arg="-searchers %"
+           _label="Searchers" _low-label="Few" _high-label="Many"
+          low="1" high="100" default="25"/>
+
+  <_description>
+Anemotaxis demonstrates a search algorithm designed for locating a
+source of odor in turbulent atmosphere.  The searcher is able to sense
+the odor and determine local instantaneous wind direction.  The goal is
+to find the source in the shortest mean time.  Written by Eugene Balkovsky.
+  </_description>
+</screensaver>