began for maemo
[xscreensaver] / 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="init" type="spinbutton" arg="-num-circles %"
8           _label="Number of Discs" low="50" high="400" default="100"/>
9
10   <number id="speed" type="slider" arg="-growth-delay %"
11           _label="Speed" _low-label="Slow" _high-label="Fast"
12           low="0" high="60000" default="30000" convert="invert"/>
13
14   <_description>
15 A surface is filled with a hundred medium to small sized circles.
16 Each circle has a different size and direction, but moves at the same
17 slow rate.  Displays the instantaneous intersections of the circles as
18 well as the aggregate intersections of the circles.
19
20 Though actually it doesn't look like circles at all!
21
22 Written by Casey Reas, William Ngan, Robert Hodgin, and Jamie Zawinski; 2004.
23   </_description>
24 </screensaver>