From http://www.jwz.org/xscreensaver/xscreensaver-5.35.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   <video href="https://www.youtube.com/watch?v=dIF4fodt-L8"/>
8
9   <number id="delay" type="slider" arg="-delay %"
10           _label="Frame rate" _low-label="Low" _high-label="High"
11           low="0" high="100000" default="30000"
12           convert="invert"/>
13
14   <number id="speed" type="slider" arg="-speed %"
15           _label="Animation speed" _low-label="Slow" _high-label="Fast"
16           low="0.05" high="10.0" default="1.0"/>
17
18   <hgroup>
19    <boolean id="spin"    _label="Spin"            arg-unset="-no-spin"/>
20    <boolean id="wander"  _label="Wander"          arg-unset="-no-wander"/>
21    <boolean id="wire"    _label="Wireframe"       arg-set="-wireframe"/>
22    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
23   </hgroup>
24
25   <xscreensaver-updater />
26
27   <_description>
28 The character "Bit" from the film, "Tron".
29
30 The "yes" state is a tetrahedron; the "no" state is the second
31 stellation of an icosahedron; and the idle state oscillates between
32 a small triambic icosahedron and the compound of an icosahedron and
33 a dodecahedron.
34
35 https://en.wikipedia.org/wiki/List_of_Tron_characters#Bit
36 https://en.wikipedia.org/wiki/Uniform_polyhedra
37 https://en.wikipedia.org/wiki/Stellation
38
39 Written by Jamie Zawinski; 2011.
40   </_description>
41 </screensaver>