http://www.jwz.org/xscreensaver/xscreensaver-5.07.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   <_description>
27 Anemotaxis demonstrates a search algorithm designed for locating a
28 source of odor in turbulent atmosphere.  The searcher is able to sense
29 the odor and determine local instantaneous wind direction.  The goal is
30 to find the source in the shortest mean time.
31
32 http://en.wikipedia.org/wiki/Anemotaxis
33
34 Written by Eugene Balkovsky; 2004.
35   </_description>
36 </screensaver>