fc60f840344b29a5f0096c870ef22562d1d4bd44
[xscreensaver] / hacks / config / tronbit.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="tronbit" _label="TronBit" 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="speed" type="slider" arg="-speed %"
13           _label="Animation speed" _low-label="Slow" _high-label="Fast"
14           low="0.05" high="10.0" default="1.0"/>
15
16   <hgroup>
17    <boolean id="spin"    _label="Spin"            arg-unset="-no-spin"/>
18    <boolean id="wander"  _label="Wander"          arg-unset="-no-wander"/>
19    <boolean id="wire"    _label="Wireframe"       arg-set="-wireframe"/>
20    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
21   </hgroup>
22
23   <_description>
24 Draws an animation of the character "Bit" from the film, "Tron".
25
26 The "yes" state is a tetrahedron; the "no" state is the second
27 stellation of an icosahedron; and the idle state oscillates between
28 a small triambic icosahedron and the compound of an icosahedron and
29 a dodecahedron.
30
31 http://en.wikipedia.org/wiki/List_of_Tron_characters#Bit
32 http://en.wikipedia.org/wiki/Uniform_polyhedra
33 http://en.wikipedia.org/wiki/Stellation
34
35 Written by Jamie Zawinski; 2011.
36   </_description>
37 </screensaver>