http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / config / cloudlife.xml
index 26588cd1c76d4259051a12d463a7442ec7eacec8..859d15f329318bae4f4a4435370b3b9d6a5926a1 100644 (file)
@@ -5,22 +5,24 @@
   <command arg="-root"/>
 
   <number id="delay" type="slider" arg="-cycle-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="80000" default="25000"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="25000"
           convert="invert"/>
 
   <number id="maxage" type="slider" arg="-max-age %"
-          _label="Max Age" _low-label="Young" _high-label="Old"
+          _label="Max age" _low-label="Young" _high-label="Old"
           low="2" high="255" default="64"/>
 
   <number id="density" type="slider" arg="-initial-density %"
-          _label="Initial Density" _low-label="Low" _high-label="High"
+          _label="Initial density" _low-label="Low" _high-label="High"
           low="1" high="99" default="30"/>
 
   <number id="cellsize" type="slider" arg="-cell-size %"
-          _label="Cell Size" _low-label="Small" _high-label="Large"
+          _label="Cell size" _low-label="Small" _high-label="Large"
           low="1" high="20" default="3"/>
 
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
   <_description>
 
 Generates cloud-like formations based on a variant of Conway's Life. The
@@ -28,6 +30,8 @@ difference is that cells have a maximum age, after which they count as
 3 for populating the next generation.  This makes long-lived formations
 explode instead of just sitting there.
 
+http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
+
 Written by Don Marti; 2003.
   </_description>
 </screensaver>