859d15f329318bae4f4a4435370b3b9d6a5926a1
[xscreensaver] / hacks / config / cloudlife.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="cloudlife" _label="CloudLife">
4
5   <command arg="-root"/>
6
7   <number id="delay" type="slider" arg="-cycle-delay %"
8           _label="Frame rate" _low-label="Low" _high-label="High"
9           low="0" high="100000" default="25000"
10           convert="invert"/>
11
12   <number id="maxage" type="slider" arg="-max-age %"
13           _label="Max age" _low-label="Young" _high-label="Old"
14           low="2" high="255" default="64"/>
15
16   <number id="density" type="slider" arg="-initial-density %"
17           _label="Initial density" _low-label="Low" _high-label="High"
18           low="1" high="99" default="30"/>
19
20   <number id="cellsize" type="slider" arg="-cell-size %"
21           _label="Cell size" _low-label="Small" _high-label="Large"
22           low="1" high="20" default="3"/>
23
24   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
25
26   <_description>
27
28 Generates cloud-like formations based on a variant of Conway's Life. The
29 difference is that cells have a maximum age, after which they count as
30 3 for populating the next generation.  This makes long-lived formations
31 explode instead of just sitting there.
32
33 http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
34
35 Written by Don Marti; 2003.
36   </_description>
37 </screensaver>