From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / config / substrate.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="substrate" _label="Substrate">
4
5   <command arg="-root"/>
6
7   <video href="https://www.youtube.com/watch?v=dCCVgBOVD0E"/>
8
9   <hgroup>
10    <vgroup>
11     <number id="speed" type="slider" arg="-growth-delay %"
12             _label="Frame rate" _low-label="Low" _high-label="High"
13             low="0" high="100000" default="18000" convert="invert"/>
14
15     <number id="maxcyc" type="slider" arg="-max-cycles %"
16             _label="Duration"  _low-label="Short" _high-label="Long"
17             low="2000" high="25000" default="10000" />
18
19     <number id="sandg" type="slider" arg="-sand-grains %"
20             _label="Sand grains" _low-label="Few" _high-label="Lots"
21             low="16" high="128" default="64" />
22
23     <number id="curve" type="slider" arg="-circle-percent %"
24             _label="Circle percentage" _low-label="0%" _high-label="100%"
25             low="0" high="100" default="33" />
26    </vgroup>
27    <vgroup>
28     <number id="init" type="spinbutton" arg="-initial-cracks %"
29             _label="Initial cracks" low="3" high="15" default="3"/>
30
31     <boolean id="wire" _label="Wireframe only" arg-set="-wireframe" />
32
33     <boolean id="seamless" _label="Seamless mode" arg-set="-seamless" />
34
35     <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
36    </vgroup>
37   </hgroup>
38
39   <xscreensaver-updater />
40
41   <_description>
42 Crystalline lines grow on a computational substrate.  A simple
43 perpendicular growth rule creates intricate city-like structures.
44
45 Written by J. Tarbell and Mike Kershaw; 2004.
46   </_description>
47 </screensaver>