1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="tronbit" _label="TronBit" gl="yes">
7 <video href="http://www.youtube.com/watch?v=dIF4fodt-L8"/>
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"
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"/>
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"/>
25 <xscreensaver-updater />
28 The character "Bit" from the film, "Tron".
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
35 http://en.wikipedia.org/wiki/List_of_Tron_characters#Bit
36 http://en.wikipedia.org/wiki/Uniform_polyhedra
37 http://en.wikipedia.org/wiki/Stellation
39 Written by Jamie Zawinski; 2011.