http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[xscreensaver] / hacks / config / cubenetic.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="cubenetic" _label="Cubenetic">
4
5   <command arg="-root"/>
6
7   <number id="delay" type="slider" arg="-delay %"
8           _label="Speed" _low-label="Slow" _high-label="Fast"
9           low="0" high="50000" 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   <boolean id="wander" _label="Wander" arg-unset="-no-wander"/>
17
18   <select id="rotation">
19     <option id="no"  _label="Don't Rotate"               arg-set="-spin 0"/>
20     <option id="x"   _label="Rotate around X axis"       arg-set="-spin X"/>
21     <option id="y"   _label="Rotate around Y axis"       arg-set="-spin Y"/>
22     <option id="z"   _label="Rotate around Z axis"       arg-set="-spin Z"/>
23     <option id="xy"  _label="Rotate around X and Y axes" arg-set="-spin XY"/>
24     <option id="xz"  _label="Rotate around X and Z axes" arg-set="-spin XZ"/>
25     <option id="yz"  _label="Rotate around Y and Z axes" arg-set="-spin YZ"/>
26     <option id="xyz" _label="Rotate around all three axes"/>
27   </select>
28
29   <number id="wave-speed" type="slider" arg="-wave-speed %"
30           _label="Surface Pattern Speed" _low-label="Slow" _high-label="Fast"
31           low="5" high="150" default="80"/>
32
33   <number id="wave-radius" type="slider" arg="-wave-radius %"
34           _label="Surface Pattern Overlap"
35           _low-label="Small" _high-label="Large"
36           low="5" high="600" default="512"/>
37
38   <number id="waves" type="slider" arg="-waves %"
39           _label="Surface Pattern Complexity"
40           _low-label="Low" _high-label="High"
41           low="1" high="20" default="3"/>
42
43   <boolean id="tex"     _label="Textured"  arg-unset="-no-texture"/>
44   <boolean id="wire"    _label="Wireframe"   arg-set="-wireframe"/>
45   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
46
47   <_description>
48 Draws a pulsating set of overlapping boxes with ever-chaning blobby
49 patterns undulating across their surfaces.  It's sort of a cubist Lavalite.
50
51 Written by Jamie Zawinski; 2002.
52   </_description>
53 </screensaver>