From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[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="Frame rate" _low-label="Low" _high-label="High"
9           low="0" high="100000" 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="10" high="250" 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   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
25
26   <xscreensaver-updater />
27
28   <_description>
29 This demonstrates a search algorithm designed for locating a source of
30 odor in turbulent atmosphere.  The searcher is able to sense the odor
31 and determine local instantaneous wind direction.  The goal is to find
32 the source in the shortest mean time.
33
34 http://en.wikipedia.org/wiki/Anemotaxis
35
36 Written by Eugene Balkovsky; 2004.
37   </_description>
38 </screensaver>