http://www.jwz.org/xscreensaver/xscreensaver-5.07.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   <_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 The circles begin with a radius of 1 pixel and slowly increase to some
24 arbitrary size.  Circles are drawn with small moving points along the
25 perimeter. The intersections are rendered as glowing orbs.  Glowing
26 orbs are rendered only when a perimeter point moves past the
27 intersection point.
28
29 Written by Casey Reas, William Ngan, Robert Hodgin, and Jamie Zawinski; 2004.
30   </_description>
31 </screensaver>