home *** CD-ROM | disk | FTP | other *** search
/ tusportal.tus.k12.pa.us / tusportal.tus.k12.pa.us.tar / tusportal.tus.k12.pa.us / Wyse / latest-image.raw / 0.img / etc / xscreensaver / flow.xml < prev    next >
Extensible Markup Language  |  2010-05-11  |  2KB  |  57 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <screensaver name="flow" _label="Flow">
  4.  
  5.   <command arg="-root"/>
  6.  
  7.   <hgroup>
  8.    <vgroup>
  9.     <number id="speed" type="slider" arg="-delay %"
  10.             _label="Frame rate" _low-label="Low" _high-label="High"
  11.             low="0" high="100000" default="10000"
  12.             convert="invert"/>
  13.  
  14.     <number id="count" type="slider" arg="-count %"
  15.             _label="Count" _low-label="Few" _high-label="Many"
  16.              low="10" high="5000" default="3000"/>
  17.  
  18.     <number id="cycles" type="slider" arg="-cycles %"
  19.              _label="Timeout" _low-label="Small" _high-label="Large"
  20.             low="0" high="800000" default="10000"/>
  21.    </vgroup>
  22.    <vgroup>
  23.     <number id="ncolors" type="slider" arg="-ncolors %"
  24.               _label="Number of colors" _low-label="Two" _high-label="Many"
  25.               low="1" high="255" default="200"/>
  26.  
  27.     <number id="size" type="slider" arg="-size %"
  28.               _label="Length of trails" _low-label="Short" _high-label="Long"
  29.               low="-20" high="-2" default="-10" convert="invert"/>
  30.    </vgroup>
  31.   </hgroup>
  32.  
  33.   <hgroup>
  34.    <vgroup>
  35.     <boolean id="rotate" _label="Rotating around attractor" arg-unset="-no-rotate"/>
  36.     <boolean id="ride"   _label="Ride in the flow" arg-unset="-no-ride"/>
  37.     <boolean id="box"    _label="Draw bounding box"  arg-unset="-no-box"/>
  38.    </vgroup>
  39.    <vgroup>
  40.     <boolean id="periodic" _label="Periodic attractors" arg-unset="-no-periodic"/>
  41.     <boolean id="search" _label="Search for new attractors" arg-unset="-no-search"/>
  42.     <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
  43.    </vgroup>
  44.   </hgroup>
  45.  
  46.   <_description>
  47. Strange attractors formed of flows in a 3D differential equation phase
  48. space.  Features the popular attractors described by Lorentz,
  49. Roessler, Birkhoff and Duffing, and can discover entirely new
  50. attractors by itself.
  51.  
  52. http://en.wikipedia.org/wiki/Attractor#Strange_attractor
  53.  
  54. Written by Tim Auckland; 1998.
  55.   </_description>
  56. </screensaver>
  57.