1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="cubenetic" _label="Cubenetic" gl="yes">
7 <video href="https://www.youtube.com/watch?v=aElbM0rZZNg"/>
11 <number id="delay" type="slider" arg="-delay %"
12 _label="Frame rate" _low-label="Low" _high-label="High"
13 low="0" high="100000" default="20000"
16 <number id="count" type="slider" arg="-count %"
17 _label="Boxes" _low-label="Few" _high-label="Many"
18 low="1" high="20" default="5"/>
21 <boolean id="wander" _label="Wander" arg-unset="-no-wander"/>
23 <select id="rotation">
24 <option id="no" _label="Don't rotate" arg-set="-spin 0"/>
25 <option id="x" _label="Rotate around X axis" arg-set="-spin X"/>
26 <option id="y" _label="Rotate around Y axis" arg-set="-spin Y"/>
27 <option id="z" _label="Rotate around Z axis" arg-set="-spin Z"/>
28 <option id="xy" _label="Rotate around X and Y axes" arg-set="-spin XY"/>
29 <option id="xz" _label="Rotate around X and Z axes" arg-set="-spin XZ"/>
30 <option id="yz" _label="Rotate around Y and Z axes" arg-set="-spin YZ"/>
31 <option id="xyz" _label="Rotate around all three axes"/>
37 <number id="wave-speed" type="slider" arg="-wave-speed %"
38 _label="Surface pattern speed" _low-label="Slow" _high-label="Fast"
39 low="5" high="150" default="80"/>
41 <number id="wave-radius" type="slider" arg="-wave-radius %"
42 _label="Surface pattern overlap"
43 _low-label="Small" _high-label="Large"
44 low="5" high="600" default="512"/>
46 <number id="waves" type="slider" arg="-waves %"
47 _label="Surface pattern complexity"
48 _low-label="Low" _high-label="High"
49 low="1" high="20" default="3"/>
54 <boolean id="tex" _label="Textured" arg-unset="-no-texture"/>
55 <boolean id="wire" _label="Wireframe" arg-set="-wireframe"/>
56 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
59 <xscreensaver-updater />
62 A cubist Lavalite, sort of. A pulsating set of overlapping boxes with
63 ever-changing blobby patterns undulating across their surfaces.
65 Written by Jamie Zawinski; 2002.