From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / anemotaxis.xml
index 7e65852bcdc3a5d9f64112e8f9412b1e8c9b8e93..0332f94c1bb7a2ab25dbcf949b8b6b26541aaa79 100644 (file)
@@ -5,13 +5,13 @@
   <command arg="-root"/>
 
   <number id="delay" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="60000" default="20000"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="20000"
           convert="invert"/>
 
   <number id="distance" type="slider" arg="-distance %"
            _label="Distance" _low-label="Near" _high-label="Far"
-          low="0" high="400" default="40"/>
+          low="10" high="250" default="40"/>
 
   <number id="sources" type="slider" arg="-sources %"
            _label="Sources" _low-label="Few" _high-label="Many"
            _label="Searchers" _low-label="Few" _high-label="Many"
           low="1" high="100" default="25"/>
 
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
+  <xscreensaver-updater />
+
   <_description>
-Anemotaxis demonstrates a search algorithm designed for locating a
-source of odor in turbulent atmosphere.  The searcher is able to sense
-the odor and determine local instantaneous wind direction.  The goal is
-to find the source in the shortest mean time.  Written by Eugene Balkovsky.
+This demonstrates a search algorithm designed for locating a source of
+odor in turbulent atmosphere.  The searcher is able to sense the odor
+and determine local instantaneous wind direction.  The goal is to find
+the source in the shortest mean time.
+
+http://en.wikipedia.org/wiki/Anemotaxis
+
+Written by Eugene Balkovsky; 2004.
   </_description>
 </screensaver>