d5a437144d726fc7a212ba176f0efb3d9d28d561
[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   <_description>
18 Blinking dots interact with each other circularly.
19
20 A surface is filled with a hundred medium to small sized circles.
21 Each circle has a different size and direction, but moves at the same
22 slow rate.  Displays the instantaneous intersections of the circles as
23 well as the aggregate intersections of the circles.
24
25 The circles begin with a radius of 1 pixel and slowly increase to some
26 arbitrary size.  Circles are drawn with small moving points along the
27 perimeter. The intersections are rendered as glowing orbs.  Glowing
28 orbs are rendered only when a perimeter point moves past the
29 intersection point.
30
31 Written by Casey Reas, William Ngan, Robert Hodgin, and Jamie Zawinski; 2004.
32   </_description>
33 </screensaver>