1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="circuit" _label="Circuit">
7 <number id="delay" type="slider" arg="-delay %"
8 _label="Frame rate" _low-label="Low" _high-label="High"
9 low="0" high="100000" default="20000"
12 <number id="count" type="slider" arg="-parts %"
13 _label="Parts" _low-label="One" _high-label="Lots"
14 low="1" high="30" default="10"/>
16 <number id="speed" type="slider" arg="-rotate-speed %"
17 _label="Rotation speed" _low-label="Slow" _high-label="Fast"
18 low="0" high="100" default="1"/>
19 <boolean id="spin" _label="Spin" arg-unset="-no-spin"/>
22 <option id="flat" _label="Flat coloring" arg-set="-no-light"/>
23 <option id="light" _label="Directional lighting"/>
26 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
29 Animates a number of 3D electronic components.
31 Written by Ben Buxton; 2001.