From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[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="speed" type="slider" arg="-draw-delay %"
8           _label="Frame rate" _low-label="Low" _high-label="High"
9           low="0" high="100000" default="30000" convert="invert"/>
10
11   <number id="init" type="slider" arg="-num-discs %"
12           _label="Number of discs" _low-label="50" _high-label="400"
13           low="50" high="400" default="85"/>
14
15   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
16
17   <xscreensaver-updater />
18
19   <_description>
20 Blinking dots interact with each other circularly.
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 The circles begin with a radius of 1 pixel and slowly increase to some
28 arbitrary size.  Circles are drawn with small moving points along the
29 perimeter. The intersections are rendered as glowing orbs.  Glowing
30 orbs are rendered only when a perimeter point moves past the
31 intersection point.
32
33 Written by Casey Reas, William Ngan, Robert Hodgin, and Jamie Zawinski; 2004.
34   </_description>
35 </screensaver>