http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[xscreensaver] / hacks / config / intermomentary.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="intermomentary" _label="Intermomentary">
4
5   <command arg="-root"/>
6
7   <number id="init" type="slider" arg="-num-discs %"
8           _label="Number of Discs" _low-label="50" _high-label="400"
9           low="50" high="400" default="85"/>
10
11   <number id="speed" type="slider" arg="-draw-delay %"
12           _label="Speed" _low-label="Slow" _high-label="Fast"
13           low="0" high="60000" default="30000" convert="invert"/>
14
15   <_description>
16 A surface is filled with a hundred medium to small sized circles.
17 Each circle has a different size and direction, but moves at the same
18 slow rate.  Displays the instantaneous intersections of the circles as
19 well as the aggregate intersections of the circles.
20
21 The circles begin with a radius of 1 pixel and slowly increase to some
22 arbitrary size.  Circles are drawn with small moving points along the
23 perimeter. The intersections are rendered as glowing orbs.  Glowing
24 orbs are rendered only when a perimeter point moves past the
25 intersection point.
26
27 Written by Casey Reas, William Ngan, Robert Hodgin, and Jamie Zawinski; 2004.
28   </_description>
29 </screensaver>