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 / boing.xml < prev    next >
Extensible Markup Language  |  2010-05-11  |  2KB  |  48 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <screensaver name="boing" _label="Boing">
  4.  
  5.   <command arg="-root"/>
  6.  
  7.   <number id="size" type="slider" arg="-size %"
  8.           _label="Size" _low-label="Tiny" _high-label="Huge"
  9.           low="0.02" high="0.9" default="0.5"/>
  10.  
  11.   <number id="speed" type="slider" arg="-speed %"
  12.           _label="Speed" _low-label="Slow" _high-label="Fast"
  13.           low="0.1" high="10.0" default="1.0"/>
  14.  
  15.   <vgroup>
  16.    <hgroup>
  17.     <number id="meridians" type="spinbutton" arg="-meridians %"
  18.             _label="Meridians" low="1" high="90" default="16"/>
  19.     <number id="parallels" type="spinbutton" arg="-parallels %"
  20.             _label="Parallels" low="1" high="90" default="8"/>
  21.    </hgroup>
  22.    <hgroup>
  23.     <boolean id="smoothing" _label="Smoothing" arg-set="-smooth"/>
  24.     <boolean id="lighting"  _label="Lighting" arg-set="-lighting"/>
  25.     <boolean id="scanlines" _label="Scanlines" arg-unset="-no-scanlines"/>
  26.    </hgroup>
  27.    <hgroup>
  28.     <boolean id="wire"      _label="Wireframe" arg-set="-wireframe"/>
  29.     <boolean id="showfps"   _label="Show frame rate" arg-set="-fps"/>
  30.    </hgroup>
  31.   </vgroup>
  32.  
  33.   <_description>
  34.  
  35. This bouncing ball is a clone of the first graphics demo for the Amiga
  36. 1000, which was written by Dale Luck and RJ Mical during a break at
  37. the 1984 Consumer Electronics Show (or so the legend goes.)
  38.  
  39. This looks like the original Amiga demo if you turn off "smoothing"
  40. and "lighting" and turn on "scanlines", and is somewhat more modern
  41. otherwise.
  42.  
  43. http://en.wikipedia.org/wiki/Amiga#Boing_Ball
  44.  
  45. Written by Jamie Zawinski; 2005.
  46.   </_description>
  47. </screensaver>
  48.