From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[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   <xscreensaver-updater />
24
25   <_description>
26 Draws an animation of the character "Bit" from the film, "Tron".
27
28 The "yes" state is a tetrahedron; the "no" state is the second
29 stellation of an icosahedron; and the idle state oscillates between
30 a small triambic icosahedron and the compound of an icosahedron and
31 a dodecahedron.
32
33 http://en.wikipedia.org/wiki/List_of_Tron_characters#Bit
34 http://en.wikipedia.org/wiki/Uniform_polyhedra
35 http://en.wikipedia.org/wiki/Stellation
36
37 Written by Jamie Zawinski; 2011.
38   </_description>
39 </screensaver>