http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / config / julia.xml
index c7c0d6ef69441f108e2cc59de2ca2704866836ab..7213412e119db53fe488846ff2e4ef92ee24d1bb 100644 (file)
@@ -4,7 +4,10 @@
 
   <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"
            _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 %"
-            _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"/>
 
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
   <_description>
 Animates the Julia set (a close relative of the Mandelbrot set).  The
 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>