From http://www.jwz.org/xscreensaver/xscreensaver-5.35.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   <video href="https://www.youtube.com/watch?v=hIqmIQbQkW8"/>
8
9   <number id="delay" type="slider" arg="-delay %"
10           _label="Frame rate" _low-label="Low" _high-label="High"
11           low="0" high="100000" default="20000"
12           convert="invert"/>
13
14   <number id="distance" type="slider" arg="-distance %"
15            _label="Distance" _low-label="Near" _high-label="Far"
16           low="10" high="250" default="40"/>
17
18   <number id="sources" type="slider" arg="-sources %"
19            _label="Sources" _low-label="Few" _high-label="Many"
20           low="1" high="100" default="25"/>
21
22   <number id="searchers" type="slider" arg="-searchers %"
23            _label="Searchers" _low-label="Few" _high-label="Many"
24           low="1" high="100" default="25"/>
25
26   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
27
28   <xscreensaver-updater />
29
30   <_description>
31 Searches for a source of odor in a turbulent atmosphere.  The searcher
32 is able to sense the odor and determine local instantaneous wind
33 direction.  The goal is to find the source in the shortest mean time.
34
35 https://en.wikipedia.org/wiki/Anemotaxis
36
37 Written by Eugene Balkovsky; 2004.
38   </_description>
39 </screensaver>