http://www.uw-madison.lkams.kernel.org/pub/mirrors/fink/distfiles/xscreensaver-4...
[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="speed" type="slider" arg="-cycle-delay %"
8           _label="Speed" _low-label="Slow" _high-label="Fast"
9           low="0" high="80000" 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="200" 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="300" default="160"/>
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   <_description>
25
26 Generates cloud-like formations based on a variant of Conway's Life. The
27 difference is that cells have a maximum age, after which they count as
28 3 for populating the next generation.  This makes long-lived formations
29 explode instead of just sitting there burning a hole in your screen.
30 Written by Don Marti.
31   </_description>
32 </screensaver>