1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="piecewise" _label="Piecewise">
7 <video href="https://www.youtube.com/watch?v=3gQr1FxFSe0"/>
11 <number id="delay" type="slider" arg="-delay %"
12 _label="Frame rate" _low-label="Low" _high-label="High"
13 low="0" high="100000" default="10000"
16 <number id="count" type="slider" arg="-count %"
17 _label="Count" _low-label="Few" _high-label="Many"
18 low="4" high="100" default="32"/>
20 <number id="colorspeed" type="slider" arg="-colorspeed %"
21 _label="Color shift" _low-label="Slow" _high-label="Fast"
22 low="0" high="100" default="10"/>
26 <number id="minradius" type="slider" arg="-minradius %"
27 _label="Minimum radius" _low-label="Small" _high-label="Large"
28 low="0.01" high="0.5" default="0.05"/>
30 <number id="maxradius" type="slider" arg="-maxradius %"
31 _label="Maximum radius" _low-label="Small" _high-label="Large"
32 low="0.01" high="0.5" default="0.2"/>
36 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
38 <xscreensaver-updater />
41 Moving circles switch from visibility to invisibility at intersection points.
43 Written by Geoffrey Irving; 2003.