http://www.jwz.org/xscreensaver/xscreensaver-5.07.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   <_description>
18 A surface is filled with a hundred medium to small sized circles.
19 Each circle has a different size and direction, but moves at the same
20 slow rate.  Displays the instantaneous intersections of the circles as
21 well as the aggregate intersections of the circles.
22
23 Though actually it doesn't look like circles at all!
24
25 Written by Casey Reas, William Ngan, Robert Hodgin, and Jamie Zawinski; 2004.
26   </_description>
27 </screensaver>