From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / config / voronoi.xml
index 2cd4fee1ca665091e21f9cf0bf7683c753fd2ccd..9e0ef2e13b89f0ce59821228dc033037a96b5b75 100644 (file)
@@ -4,6 +4,8 @@
 
   <command arg="-root"/>
 
+  <video href="https://www.youtube.com/watch?v=hD_8cBvknUM"/>
+
   <hgroup>
    <vgroup>
     <number id="delay" type="slider" arg="-delay %"
    </vgroup>
   </hgroup>
 
+  <xscreensaver-updater />
+
   <_description>
-Draws a randomly-colored Voronoi tessellation, and periodically zooms 
-in and adds new points.  The existing points also wander around.
+A Voronoi tessellation.  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.
 
-http://en.wikipedia.org/wiki/Voronoi_diagram
-http://en.wikipedia.org/wiki/Tessellation
+https://en.wikipedia.org/wiki/Voronoi_diagram
+https://en.wikipedia.org/wiki/Tessellation
 
 Written by Jamie Zawinski; 2007.
   </_description>