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 / truchet.xml < prev    next >
Extensible Markup Language  |  2010-05-11  |  1KB  |  38 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <screensaver name="truchet" _label="Truchet">
  4.  
  5.   <command arg="-root"/>
  6.  
  7.   <number id="delay" type="slider" arg="-delay %"
  8.           _label="Frame rate" _low-label="Low" _high-label="High"
  9.           low="0" high="1000000" default="400000"
  10.           convert="invert"/>
  11.  
  12.   <!-- #### -min-width [40] -->
  13.   <!-- #### -max-height [150] -->
  14.   <!-- #### -max-width [150] -->
  15.   <!-- #### -min-height [40] -->
  16.   <!-- #### -max-linewidth [25] -->
  17.   <!-- #### -min-linewidth [2] -->
  18.   <!-- #### -no-erase -->
  19.   <!-- #### -erase-count [25] -->
  20.   <!-- #### -not-square -->
  21.   <!-- #### -no-angles -->
  22.   <!-- #### -no-curves -->
  23.   <!-- #### -scroll -->
  24.   <!-- #### -scroll-overlap [400] -->
  25.   <!-- #### -anim-delay [100] -->
  26.   <!-- #### -anim-step-size [3] -->
  27.  
  28.   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
  29.  
  30.   <_description>
  31. This draws line- and arc-based truchet patterns that tile the screen.
  32.  
  33. http://en.wikipedia.org/wiki/Tessellation
  34.  
  35. Written by Adrian Likins; 1998.
  36.   </_description>
  37. </screensaver>
  38.