http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / config / ifs.xml
index 59b251fcc630e87fecb347aabea1c3296def81c0..fa4a9f7cd75a37aeeec1b6308a0807224a801316 100644 (file)
@@ -5,41 +5,38 @@
   <command arg="-root"/>
 
   <number id="delay" type="slider" arg="-delay %"
-    _label="Speed" _low-label="Slow" _high-label="Fast"
-    low="0" high="40000" default="10000"
+    _label="Frame rate" _low-label="Low" _high-label="High"
+    low="0" high="100000" default="20000"
     convert="invert"/>
 
-  <number id="functions" type="spinbutton" arg="-functions %"
-    _label="Functions" low="2" high="6" default="3"/>
-
-  <number id="detail" type="spinbutton" arg="-detail %"
-    _label="Detail" low="2" high="30" default="9"/>
-    
-  <boolean id="translate" _label="Translate" arg-unset="-notranslate"/>
-  <boolean id="scale" _label="Scale" arg-unset="-noscale"/>
-  <boolean id="rotate" _label="Rotate" arg-unset="-norotate"/>
-    
-  <select id="colour mode">
-    <option id="blend"    _label="Blend"    arg-set="-mode 0"/>
-    <option id="function" _label="Function" arg-set="-mode 1"/>
-    <option id="single"   _label="Single" arg-set="-mode 2"/>
-  </select>
-  
+  <number id="functions" type="slider" arg="-functions %"
+    _label="Number of functions" _low-label="2" _high-label="6"
+           low="2" high="6" default="3"/>
+
+  <number id="detail" type="slider" arg="-detail %"
+    _label="Detail" _low-label="Low" _high-label="High"
+    low="2" high="30" default="9"/>
+
   <number id="colors" type="slider" arg="-colors %"
-    _label="Number of Colours" _low-label="2" _high-label="Many"
+    _label="Number of colors" _low-label="2" _high-label="Many"
     low="2" high="255" default="200" />
 
+  <hgroup>
+   <boolean id="translate" _label="Translate" arg-unset="-no-translate"/>
+   <boolean id="scale"     _label="Scale"     arg-unset="-no-scale"/>
+   <boolean id="rotate"    _label="Rotate"    arg-unset="-no-rotate"/>
+   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+  </hgroup>
+
   <_description>
 
 This one draws spinning, colliding iterated-function-system images.
 
-Note that the "quality" parameter is exponential.  Number of points
+Note that the "Detail" parameter is exponential.  Number of points
 drawn is functions^detail.
 
-The number of colours is only used in Blend mode to provide a palette
-to create the base colours.  These are then blended together in a
-non-colourmap friendly fashion.
+http://en.wikipedia.org/wiki/Iterated_function_system
 
-Written by Chris Le Sueur.
+Written by Chris Le Sueur and Robby Griffin; 1997.
   </_description>
 </screensaver>