1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="cubenetic" _label="Cubenetic">
7 <number id="delay" type="slider" arg="-delay %"
8 _label="Speed" _low-label="Slow" _high-label="Fast"
9 low="0" high="50000" default="30000"
12 <number id="count" type="slider" arg="-count %"
13 _label="Boxes" _low-label="Few" _high-label="Many"
14 low="1" high="20" default="5"/>
16 <boolean id="wander" _label="Wander" arg-unset="-no-wander"/>
18 <select id="rotation">
19 <option id="no" _label="Don't Rotate" arg-set="-no-spin"/>
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"/>
30 <option id="wire" _label="Display Wireframe" arg-set="-wireframe"/>
31 <option id="textured" _label="Display Surface Patterns"/>
32 <option id="solid" _label="Display Solid Colors" arg-set="-no-texture"/>
35 <number id="wave-speed" type="slider" arg="-wave-speed %"
36 _label="Surface Pattern Speed" _low-label="Slow" _high-label="Fast"
37 low="5" high="150" default="80"/>
39 <number id="wave-radius" type="slider" arg="-wave-radius %"
40 _label="Surface Pattern Overlap"
41 _low-label="Small" _high-label="Large"
42 low="5" high="600" default="512"/>
44 <number id="waves" type="slider" arg="-waves %"
45 _label="Surface Pattern Complexity"
46 _low-label="Low" _high-label="High"
47 low="1" high="20" default="3"/>
49 <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
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 Written by Jamie Zawinski.