7266e5481460c58141cc59127fb7f8c800a68d5d
[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   <number id="delay" type="slider" arg="-delay %"
8           _label="Frame rate" _low-label="Low" _high-label="High"
9           low="0" high="100000" default="30000"
10           convert="invert"/>
11
12   <number id="count" type="slider" arg="-count %"
13           _label="Count" _low-label="8" _high-label="64"
14           low="8" high="64" default="16"/>
15
16   <number id="speed" type="slider" arg="-speed %"
17           _label="Speed" _low-label="Slow" _high-label="Fast"
18           low="0.1" high="8.0" default="1.0"/>
19
20   <boolean id="wander" _label="Wander" arg-set="-wander"/>
21
22   <select id="rotation">
23     <option id="no"  _label="Don't rotate"               arg-set="-spin 0"/>
24     <option id="x"   _label="Rotate around X axis"       arg-set="-spin X"/>
25     <option id="y"   _label="Rotate around Y axis"       arg-set="-spin Y"/>
26     <option id="z"   _label="Rotate around Z axis"/>
27     <option id="xy"  _label="Rotate around X and Y axes" arg-set="-spin XY"/>
28     <option id="xz"  _label="Rotate around X and Z axes" arg-set="-spin XZ"/>
29     <option id="yz"  _label="Rotate around Y and Z axes" arg-set="-spin YZ"/>
30     <option id="xyz" _label="Rotate around all three axes" arg-set="-spin YZ"/>
31   </select>
32
33   <boolean id="wire"    _label="Wireframe"              arg-set="-wireframe"/>
34   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
35
36   <_description>
37 Draw a ring composed of tetrahedra connected at the edges that twists
38 and rotates toroidally.
39
40 When a series of tetrahedra are joined at the edges in a loop, it is
41 possible for them to rotate continously through the center without
42 deforming.  This only works with an even number of tetrahedra, and
43 there must be eight or more, or they don't fit.
44
45 Written by Jamie Zawinski; 2013.
46   </_description>
47 </screensaver>