From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / voronoi.xml
index 6698ed889b91c850c8a365332155d1ee194d2c9d..90f410a84442434ab458f9cf47c9a5e7b7332671 100644 (file)
@@ -1,38 +1,48 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<screensaver name="voronoi" _label="Voronoi">
+<screensaver name="voronoi" _label="Voronoi" gl="yes">
 
   <command arg="-root"/>
 
 
   <command arg="-root"/>
 
-  <number id="delay" type="slider" arg="-delay %"
-          _label="Frame Rate" _low-label="Slow" _high-label="Fast"
-          low="0" high="100000" default="20000"
-          convert="invert"/>
+  <hgroup>
+   <vgroup>
+    <number id="delay" type="slider" arg="-delay %"
+            _label="Frame rate" _low-label="Slow" _high-label="Fast"
+            low="0" high="100000" default="20000"
+            convert="invert"/>
 
 
-  <number id="points" type="slider" arg="-points %"
-          _label="Points" _low-label="Few" _high-label="Many"
-          low="1" high="50" default="10"/>
+    <number id="points" type="slider" arg="-points %"
+            _label="Points" _low-label="Few" _high-label="Many"
+            low="1" high="100" default="25"/>
 
 
-  <number id="pointSize" type="slider" arg="-point-size %"
-          _label="Point Size" _low-label="0" _high-label="50 pixels"
-          low="0" high="50" default="9"/>
+    <number id="pointSize" type="slider" arg="-point-size %"
+            _label="Point size" _low-label="0" _high-label="50 pixels"
+            low="0" high="50" default="9"/>
 
 
-  <number id="pointSpeed" type="slider" arg="-point-speed %"
-          _label="Wander Speed" _low-label="Slow" _high-label="Fast"
-          low="0.0" high="10.0" default="1.0"/>
+    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+   </vgroup>
 
 
-  <number id="pointDelay" type="slider" arg="-point-delay %"
-          _label="Insertion Speed" _low-label="Slow" _high-label="Fast"
-          low="0.0" high="3.0" default="0.1"
-          convert="invert"/>
+   <vgroup>
+    <number id="pointSpeed" type="slider" arg="-point-speed %"
+            _label="Wander speed" _low-label="Slow" _high-label="Fast"
+            low="0.0" high="10.0" default="1.0"/>
 
 
-  <number id="zoomSpeed" type="slider" arg="-zoom-speed %"
-          _label="Zoom Speed" _low-label="Slow" _high-label="Fast"
-          low="0.1" high="10.0" default="1.0"/>
+    <number id="pointDelay" type="slider" arg="-point-delay %"
+            _label="Insertion speed" _low-label="Slow" _high-label="Fast"
+            low="0.0" high="3.0" default="0.05"
+            convert="invert"/>
 
 
-  <number id="zoomDelay" type="slider" arg="-zoom-delay %"
-          _label="Zoom Frequency" _low-label="0" _high-label="60 Seconds"
-          low="0" high="60" default="10"/>
+    <number id="zoomSpeed" type="slider" arg="-zoom-speed %"
+            _label="Zoom speed" _low-label="Slow" _high-label="Fast"
+            low="0.1" high="10.0" default="1.0"/>
+
+    <number id="zoomDelay" type="slider" arg="-zoom-delay %"
+            _label="Zoom frequency" _low-label="0" _high-label="60 seconds"
+            low="0" high="60" default="15"/>
+   </vgroup>
+  </hgroup>
+
+  <xscreensaver-updater />
 
   <_description>
 Draws a randomly-colored Voronoi tessellation, and periodically zooms 
 
   <_description>
 Draws a randomly-colored Voronoi tessellation, and periodically zooms 
@@ -43,6 +53,9 @@ a colored cell.  Every pixel within that cell is closer to that cell's
 control point than to any other control point.  That is what
 determines the cell's shapes.
 
 control point than to any other control point.  That is what
 determines the cell's shapes.
 
+http://en.wikipedia.org/wiki/Voronoi_diagram
+http://en.wikipedia.org/wiki/Tessellation
+
 Written by Jamie Zawinski; 2007.
   </_description>
 </screensaver>
 Written by Jamie Zawinski; 2007.
   </_description>
 </screensaver>