aadbfc37ac866f75534fa77abf1312ff07edb448
[xscreensaver] / hacks / config / cubenetic.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="cubenetic" _label="Cubenetic" gl="yes">
4
5   <command arg="-root"/>
6
7   <number id="delay" type="slider" arg="-delay %"
8           _label="Frame rate" _low-label="Low" _high-label="High"
9           low="0" high="100000" default="20000"
10           convert="invert"/>
11
12   <number id="count" type="slider" arg="-count %"
13           _label="Boxes" _low-label="Few" _high-label="Many"
14           low="1" high="20" default="5"/>
15
16   <hgroup>
17    <boolean id="wander" _label="Wander" arg-unset="-no-wander"/>
18
19    <select id="rotation">
20      <option id="no"  _label="Don't rotate"               arg-set="-spin 0"/>
21      <option id="x"   _label="Rotate around X axis"       arg-set="-spin X"/>
22      <option id="y"   _label="Rotate around Y axis"       arg-set="-spin Y"/>
23      <option id="z"   _label="Rotate around Z axis"       arg-set="-spin Z"/>
24      <option id="xy"  _label="Rotate around X and Y axes" arg-set="-spin XY"/>
25      <option id="xz"  _label="Rotate around X and Z axes" arg-set="-spin XZ"/>
26      <option id="yz"  _label="Rotate around Y and Z axes" arg-set="-spin YZ"/>
27      <option id="xyz" _label="Rotate around all three axes"/>
28    </select>
29   </hgroup>
30
31   <number id="wave-speed" type="slider" arg="-wave-speed %"
32           _label="Surface pattern speed" _low-label="Slow" _high-label="Fast"
33           low="5" high="150" default="80"/>
34
35   <number id="wave-radius" type="slider" arg="-wave-radius %"
36           _label="Surface pattern overlap"
37           _low-label="Small" _high-label="Large"
38           low="5" high="600" default="512"/>
39
40   <number id="waves" type="slider" arg="-waves %"
41           _label="Surface pattern complexity"
42           _low-label="Low" _high-label="High"
43           low="1" high="20" default="3"/>
44
45   <hgroup>
46    <boolean id="tex"     _label="Textured"  arg-unset="-no-texture"/>
47    <boolean id="wire"    _label="Wireframe"   arg-set="-wireframe"/>
48    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
49   </hgroup>
50
51   <_description>
52 Draws a pulsating set of overlapping boxes with ever-chaning blobby
53 patterns undulating across their surfaces.  It's sort of a cubist Lavalite.
54
55 Written by Jamie Zawinski; 2002.
56   </_description>
57 </screensaver>