From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / config / crackberg.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="crackberg" _label="Crackberg" gl="yes">
4
5   <command arg="-root"/>
6
7   <video href="https://www.youtube.com/watch?v=ej1No4EK8Rc"/>
8
9   <number id="delay" type="slider" arg="-delay %"
10           _label="Frame rate" _low-label="Low" _high-label="High"
11           low="0" high="100000" default="20000"
12           convert="invert"/>
13
14   <number id="visibility" type="slider" arg="-visibility %"
15           _label="Visibility" _low-label="Mouse hole" _high-label="Eagle nest"
16           low="0.2" high="1.0" default="0.6" />
17   <number id="nsubdivs" type="slider" arg="-nsubdivs %"
18           _label="Subdivisions" _low-label="Few" _high-label="Hurt me"
19           low="2" high="9" default="4" />
20
21   <hgroup>
22    <vgroup>
23     <boolean id="flat" _label="Flat shading" arg-unset="-no-flat"/>
24     <boolean id="lit" _label="Lighting" arg-unset="-no-lit"/>
25     <boolean id="water" _label="Water" arg-unset="-no-water"/>
26     <boolean id="crack" _label="Confused" arg-unset="-no-crack"/>
27    </vgroup>
28    <vgroup>
29     <boolean id="boring" _label="Immediate"   arg-set="-boring"/>
30     <boolean id="letter" _label="Letterbox"   arg-set="-letterbox"/>
31     <boolean id="wire"   _label="Wireframe"   arg-set="-wireframe"/>
32     <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
33    </vgroup>
34   </hgroup>
35
36   <select id="color">
37     <option id="random" _label="Random coloration"/>
38     <option id="plain" _label="Earthy coloration" arg-set="-color plain"/>
39     <option id="ice" _label="Icy coloration" arg-set="-color ice"/>
40     <option id="magma" _label="Swampy coloration" arg-set="-color magma"/>
41     <option id="vomit" _label="Vomitous coloration" arg-set="-color vomit"/>
42   </select>  
43
44   <xscreensaver-updater />
45
46   <_description>
47 Flies through height maps, optionally animating the creation and
48 destruction of generated tiles; tiles `grow' into place.
49
50 Written by Matus Telgarsky; 2005.
51   </_description>
52 </screensaver>