From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / config / kaleidocycle.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="kaleidocycle" _label="Kaleidocycle" gl="yes">
4
5   <command arg="-root"/>
6
7   <video href="https://www.youtube.com/watch?v=SJqRaCCy_vo"/>
8
9   <hgroup>
10    <vgroup>
11     <number id="delay" type="slider" arg="-delay %"
12             _label="Frame rate" _low-label="Low" _high-label="High"
13             low="0" high="100000" default="30000"
14             convert="invert"/>
15
16     <number id="count" type="slider" arg="-count %"
17             _label="Count" _low-label="8" _high-label="64"
18             low="8" high="64" default="16"/>
19
20     <number id="speed" type="slider" arg="-speed %"
21             _label="Speed" _low-label="Slow" _high-label="Fast"
22             low="0.1" high="8.0" default="1.0"/>
23    </vgroup>
24
25    <vgroup>
26     <select id="rotation">
27       <option id="no"  _label="Don't rotate"               arg-set="-spin 0"/>
28       <option id="x"   _label="Rotate around X axis"       arg-set="-spin X"/>
29       <option id="y"   _label="Rotate around Y axis"       arg-set="-spin Y"/>
30       <option id="z"   _label="Rotate around Z axis"/>
31       <option id="xy"  _label="Rotate around X and Y axes" arg-set="-spin XY"/>
32       <option id="xz"  _label="Rotate around X and Z axes" arg-set="-spin XZ"/>
33       <option id="yz"  _label="Rotate around Y and Z axes" arg-set="-spin YZ"/>
34       <option id="xyz" _label="Rotate around all three axes" arg-set="-spin XYZ"/>
35     </select>
36
37     <boolean id="wander" _label="Wander" arg-set="-wander"/>
38
39     <boolean id="wire"    _label="Wireframe"              arg-set="-wireframe"/>
40     <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
41    </vgroup>
42   </hgroup>
43
44   <xscreensaver-updater />
45
46   <_description>
47 Draw a ring composed of tetrahedra connected at the edges that twists
48 and rotates toroidally.
49
50 When a series of tetrahedra are joined at the edges in a loop, it is
51 possible for them to rotate continously through the center without
52 deforming.  This only works with an even number of tetrahedra, and
53 there must be eight or more, or they don't fit.
54
55 Written by Jamie Zawinski; 2013.
56   </_description>
57 </screensaver>