From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / interaggregate.xml
index 435de3d02bc2990ed5068746935f8c4835f063ff..43d4e933a2e00dac694677d9c86d08a361c7e1ef 100644 (file)
@@ -4,24 +4,28 @@
 
   <command arg="-root"/>
 
-  <number id="init" type="spinbutton" arg="-num-discs %"
-          _label="Number of Discs" low="50" high="400" default="85"/>
-
   <number id="speed" type="slider" arg="-growth-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="60000" default="30000" convert="invert"/>
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="18000" convert="invert"/>
+
+  <number id="init" type="slider" arg="-num-circles %"
+          _label="Number of discs" _low-label="Few" _high-label="Many"
+           low="50" high="400" default="100"/>
+
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
+  <xscreensaver-updater />
 
   <_description>
-The Intersection Aggregate is a fun visualization defining the relationships 
-between objects with Casey Reas, William Ngan, and Robert Hodgin. Commissioned 
-for display at the Whitney Museum of American Art.
+Pale pencil-like scribbles slowly fill the screen.
+
+A surface is filled with a hundred medium to small sized circles.
+Each circle has a different size and direction, but moves at the same
+slow rate.  Displays the instantaneous intersections of the circles as
+well as the aggregate intersections of the circles.
 
-A surface filled with 100 medium to small sized circles. Each circle has a 
-different size and direction, but moves at the same slow rate. Display:
-    A. The instantaneous intersections of the circles.
-    B. The aggregate intersections of the circles.
+Though actually it doesn't look like circles at all!
 
-Ported to XScreensaver from the art project "InterAggregate" at
-http://www.complexification.net
+Written by Casey Reas, William Ngan, Robert Hodgin, and Jamie Zawinski; 2004.
   </_description>
 </screensaver>