1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="circuit" _label="Circuit" gl="yes">
7 <video href="https://www.youtube.com/watch?v=tfqR1j1OQs8"/>
9 <number id="delay" type="slider" arg="-delay %"
10 _label="Frame rate" _low-label="Low" _high-label="High"
11 low="0" high="100000" default="20000"
14 <number id="count" type="slider" arg="-parts %"
15 _label="Parts" _low-label="One" _high-label="Lots"
16 low="1" high="30" default="10"/>
18 <number id="speed" type="slider" arg="-rotate-speed %"
19 _label="Rotation speed" _low-label="Slow" _high-label="Fast"
20 low="0" high="100" default="1"/>
21 <boolean id="spin" _label="Spin" arg-unset="-no-spin"/>
24 <option id="flat" _label="Flat coloring" arg-set="-no-light"/>
25 <option id="light" _label="Directional lighting"/>
28 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
30 <xscreensaver-updater />
33 Electronic components float around.
35 Written by Ben Buxton; 2001.