<?xml version="1.0" encoding="ISO-8859-1"?>

<screensaver name="lament" _label="Lament">

  <command arg="-root"/>

  <number id="speed" type="slider" arg="-delay %"
          _label="Speed" _low-label="Slow" _high-label="Fast"
          low="0" high="20000" default="10000"
          convert="invert"/>

  <select id="render">
    <option id="solid" _label="Normal"/>
    <option id="solid" _label="Untextured" arg-set="-no-texture"/>
    <option id="wire"  _label="Wireframe" arg-set="-wireframe"/>
  </select>

  <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>

  <_description>
Animates a simulation of Lemarchand's Box, repeatedly solving itself.
Requires OpenGL, and a machine with fast hardware support for texture
maps.  Warning: occasionally opens doors.  Written by Jamie Zawinski.
  </_description>
</screensaver>
