From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / config / hypercube.xml
index e52232e2b63830e8e9c9ee66a842aacde9a2bf87..f47123048294a1d6e14c0f9c74862075f19d7de0 100644 (file)
@@ -4,6 +4,8 @@
 
   <command arg="-root"/>
 
+  <video href="https://www.youtube.com/watch?v=tOLzz_D4-0E"/>
+
   <hgroup>
     <vgroup>
       <number id="delay" type="slider" arg="-delay %"
               low="0" high="100000" default="10000"
               convert="invert"/>
 
+      <number id="z" type="slider" arg="-observer-z %"
+              _label="Zoom" _low-label="Near" _high-label="Far"
+              low="1.125" high="10.0" default="3.0"/>
+
+     <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+    </vgroup>
+
+    <vgroup>
       <number id="xw" type="slider" arg="-xw %"
               _label="XW rotation" _low-label="Slow" _high-label="Fast"
               low="0" high="20" default="0"/>
               low="0" high="20" default="5"/>
     </vgroup>
     <vgroup>
-      <number id="z" type="slider" arg="-observer-z %"
-              _label="Zoom" _low-label="Near" _high-label="Far"
-              low="1.125" high="10.0" default="3.0"/>
-
       <number id="yw" type="slider" arg="-yw %"
               _label="YW rotation" _low-label="Slow" _high-label="Fast"
               low="0" high="20" default="10"/>
@@ -47,7 +53,7 @@
   <!-- #### -color6 [#00D0FF] -->
   <!-- #### -color7 [#00FFD0] -->
 
-  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+  <xscreensaver-updater />
 
   <_description>
 This screen saver was removed from the XScreenSaver distribution as of
@@ -62,8 +68,9 @@ eight cubes, each touching six others.  To make it easier to
 visualize the rotation, it uses a different color for the edges of
 each face.  Don't think about it too long, or your brain will melt.
 
-http://en.wikipedia.org/wiki/Hypercube
-http://en.wikipedia.org/wiki/Regular_polytope
+https://en.wikipedia.org/wiki/Hypercube
+https://en.wikipedia.org/wiki/Tesseract
+https://en.wikipedia.org/wiki/Regular_polytope
 
 Written by Joe Keane, Fritz Mueller, and Jamie Zawinski; 1992.
   </_description>