From http://www.jwz.org/xscreensaver/xscreensaver-5.30.tar.gz
[xscreensaver] / hacks / config / julia.xml
index c7c0d6ef69441f108e2cc59de2ca2704866836ab..ac927b91f41ab79284096d6898d001ad2c08bdaf 100644 (file)
@@ -4,7 +4,10 @@
 
   <command arg="-root"/>
 
 
   <command arg="-root"/>
 
-  <!-- #### -mouse -->
+  <number id="delay" type="slider" arg="-delay %"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="10000"
+          convert="invert"/>
 
   <number id="count" type="slider" arg="-count %"
            _label="Count" _low-label="Few" _high-label="Lots"
 
   <number id="count" type="slider" arg="-count %"
            _label="Count" _low-label="Few" _high-label="Lots"
            _label="Iterations" _low-label="Small" _high-label="Large"
           low="1" high="100" default="20"/>
 
            _label="Iterations" _low-label="Small" _high-label="Large"
           low="1" high="100" default="20"/>
 
-  <number id="delay" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="20000" default="10000"
-          convert="invert"/>
-
   <number id="ncolors" type="slider" arg="-ncolors %"
   <number id="ncolors" type="slider" arg="-ncolors %"
-            _label="Number of Colors" _low-label="Two" _high-label="Many"
+            _label="Number of colors" _low-label="Two" _high-label="Many"
             low="1" high="255" default="200"/>
 
             low="1" high="255" default="200"/>
 
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
+  <xscreensaver-updater />
+
   <_description>
   <_description>
-Animates the Julia set (a close relative of the Mandelbrot set).  The
+The Julia set is a close relative of the Mandelbrot set.  The
 small moving dot indicates the control point from which the rest of
 small moving dot indicates the control point from which the rest of
-the image was generated.
+the image was generated.  See also the "Discrete" screen saver.
+
+http://en.wikipedia.org/wiki/Julia_set
 
 Written by Sean McCullough; 1997.
   </_description>
 
 Written by Sean McCullough; 1997.
   </_description>