http://nanonyme.dy.fi/mirrors/hvl/distfiles/xscreensaver/xscreensaver-5.03.tar.gz
[xscreensaver] / hacks / config / voronoi.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="voronoi" _label="Voronoi">
4
5   <command arg="-root"/>
6
7   <number id="delay" type="slider" arg="-delay %"
8           _label="Frame Rate" _low-label="Slow" _high-label="Fast"
9           low="0" high="100000" default="20000"
10           convert="invert"/>
11
12   <number id="points" type="slider" arg="-points %"
13           _label="Points" _low-label="Few" _high-label="Many"
14           low="1" high="50" default="10"/>
15
16   <number id="pointSize" type="slider" arg="-point-size %"
17           _label="Point Size" _low-label="0" _high-label="50 pixels"
18           low="0" high="50" default="9"/>
19
20   <number id="pointSpeed" type="slider" arg="-point-speed %"
21           _label="Wander Speed" _low-label="Slow" _high-label="Fast"
22           low="0.0" high="10.0" default="1.0"/>
23
24   <number id="pointDelay" type="slider" arg="-point-delay %"
25           _label="Insertion Speed" _low-label="Slow" _high-label="Fast"
26           low="0.0" high="3.0" default="0.1"
27           convert="invert"/>
28
29   <number id="zoomSpeed" type="slider" arg="-zoom-speed %"
30           _label="Zoom Speed" _low-label="Slow" _high-label="Fast"
31           low="0.1" high="10.0" default="1.0"/>
32
33   <number id="zoomDelay" type="slider" arg="-zoom-delay %"
34           _label="Zoom Frequency" _low-label="0" _high-label="60 Seconds"
35           low="0" high="60" default="10"/>
36
37   <_description>
38 Draws a randomly-colored Voronoi tessellation, and periodically zooms 
39 in and adds new points.  The existing points also wander around.
40
41 There are a set of control points on the plane, each at the center of
42 a colored cell.  Every pixel within that cell is closer to that cell's
43 control point than to any other control point.  That is what
44 determines the cell's shapes.
45
46 Written by Jamie Zawinski; 2007.
47   </_description>
48 </screensaver>