http://nanonyme.dy.fi/mirrors/hvl/distfiles/xscreensaver/xscreensaver-5.03.tar.gz
[xscreensaver] / hacks / config / voronoi.xml
diff --git a/hacks/config/voronoi.xml b/hacks/config/voronoi.xml
new file mode 100644 (file)
index 0000000..6698ed8
--- /dev/null
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="voronoi" _label="Voronoi">
+
+  <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"/>
+
+  <number id="points" type="slider" arg="-points %"
+          _label="Points" _low-label="Few" _high-label="Many"
+          low="1" high="50" default="10"/>
+
+  <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"/>
+
+  <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"/>
+
+  <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="10"/>
+
+  <_description>
+Draws a randomly-colored Voronoi tessellation, and periodically zooms 
+in and adds new points.  The existing points also wander around.
+
+There are a set of control points on the plane, each at the center of
+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.
+
+Written by Jamie Zawinski; 2007.
+  </_description>
+</screensaver>