1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="apollonian" _label="Apollonian">
7 <boolean id="label" _label="Draw Labels" arg-unset="-no-label"/>
9 <boolean id="altgeom" _label="Include Alternate Geometries"
10 arg-unset="-no-altgeom"/>
12 <!-- don't know what -count does -->
14 <number id="cycles" type="slider" arg="-cycles %"
15 _label="Depth" _low-label="Shallow" _high-label="Deep"
16 low="1" high="20" default="20"/>
18 <number id="ncolors" type="slider" arg="-ncolors %"
19 _label="Number of Colors" _low-label="Two" _high-label="Many"
20 low="2" high="255" default="64"/>
22 <number id="delay" type="slider" arg="-delay %"
23 _label="Speed" _low-label="Slow" _high-label="Fast"
24 low="0" high="1000000" default="1000000"
28 Packs a large circle with smaller circles, demonstrating the
29 Descartes Circle Theorem.
31 Written by Allan R. Wilks and David Bagley; 2002.