1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="piecewise" _label="Piecewise">
9 <number id="delay" type="slider" arg="-delay %"
10 _label="Frame rate" _low-label="Low" _high-label="High"
11 low="0" high="100000" default="10000"
14 <number id="count" type="slider" arg="-count %"
15 _label="Count" _low-label="Few" _high-label="Many"
16 low="4" high="100" default="32"/>
18 <number id="colorspeed" type="slider" arg="-colorspeed %"
19 _label="Color shift" _low-label="Slow" _high-label="Fast"
20 low="0" high="100" default="10"/>
24 <number id="minradius" type="slider" arg="-minradius %"
25 _label="Minimum radius" _low-label="Small" _high-label="Large"
26 low="0.01" high="0.5" default="0.05"/>
28 <number id="maxradius" type="slider" arg="-maxradius %"
29 _label="Maximum radius" _low-label="Small" _high-label="Large"
30 low="0.01" high="0.5" default="0.2"/>
34 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
37 This draws a bunch of moving circles which switch from visibility to
38 invisibility at intersection points.
40 Written by Geoffrey Irving; 2003.