From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / interaggregate.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="interaggregate" _label="Interaggregate">
4
5   <command arg="-root"/>
6
7   <number id="speed" type="slider" arg="-growth-delay %"
8           _label="Frame rate" _low-label="Low" _high-label="High"
9           low="0" high="100000" default="18000" convert="invert"/>
10
11   <number id="init" type="slider" arg="-num-circles %"
12           _label="Number of discs" _low-label="Few" _high-label="Many"
13            low="50" high="400" default="100"/>
14
15   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
16
17   <xscreensaver-updater />
18
19   <_description>
20 Pale pencil-like scribbles slowly fill the screen.
21
22 A surface is filled with a hundred medium to small sized circles.
23 Each circle has a different size and direction, but moves at the same
24 slow rate.  Displays the instantaneous intersections of the circles as
25 well as the aggregate intersections of the circles.
26
27 Though actually it doesn't look like circles at all!
28
29 Written by Casey Reas, William Ngan, Robert Hodgin, and Jamie Zawinski; 2004.
30   </_description>
31 </screensaver>