From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[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   <video href="https://www.youtube.com/watch?v=TkVDO3nTTsE"/>
8
9   <number id="delay" type="slider" arg="-cycle-delay %"
10           _label="Frame rate" _low-label="Low" _high-label="High"
11           low="0" high="100000" default="25000"
12           convert="invert"/>
13
14   <number id="maxage" type="slider" arg="-max-age %"
15           _label="Max age" _low-label="Young" _high-label="Old"
16           low="2" high="255" default="64"/>
17
18   <number id="density" type="slider" arg="-initial-density %"
19           _label="Initial density" _low-label="Low" _high-label="High"
20           low="1" high="99" default="30"/>
21
22   <number id="cellsize" type="slider" arg="-cell-size %"
23           _label="Cell size" _low-label="Small" _high-label="Large"
24           low="1" high="20" default="3"/>
25
26   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
27
28   <xscreensaver-updater />
29
30   <_description>
31
32 Generates cloud-like formations based on a variant of Conway's Life. The
33 difference is that cells have a maximum age, after which they count as
34 3 for populating the next generation.  This makes long-lived formations
35 explode instead of just sitting there.
36
37 https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
38
39 Written by Don Marti; 2003.
40   </_description>
41 </screensaver>