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