ftp://ftp.linux.ncsu.edu/mirror/ftp.redhat.com/pub/redhat/linux/enterprise/4/en/os...
[xscreensaver] / hacks / config / anemotaxis.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="anemotaxis" _label="Anemotaxis">
4
5   <command arg="-root"/>
6
7   <number id="delay" type="slider" arg="-delay %"
8           _label="Speed" _low-label="Slow" _high-label="Fast"
9           low="0" high="60000" default="20000"
10           convert="invert"/>
11
12   <number id="distance" type="slider" arg="-distance %"
13            _label="Distance" _low-label="Near" _high-label="Far"
14           low="0" high="400" default="40"/>
15
16   <number id="sources" type="slider" arg="-sources %"
17            _label="Sources" _low-label="Few" _high-label="Many"
18           low="1" high="100" default="25"/>
19
20   <number id="searchers" type="slider" arg="-searchers %"
21            _label="Searchers" _low-label="Few" _high-label="Many"
22           low="1" high="100" default="25"/>
23
24   <_description>
25 Anemotaxis demonstrates a search algorithm designed for locating a
26 source of odor in turbulent atmosphere.  The searcher is able to sense
27 the odor and determine local instantaneous wind direction.  The goal is
28 to find the source in the shortest mean time.  Written by Eugene Balkovsky.
29   </_description>
30 </screensaver>