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

<screensaver name="rd-bomb" _label="RD-Bomb">

  <command arg="-root"/>

  <number id="size" type="slider" arg="-size %"
           _label="Fill Screen" _low-label="1%" _high-label="100%"
           low="0.01" high="1.0" default="1.0"/>

  <number id="speed" type="slider" arg="-delay %"
          _label="Animation Speed" _low-label="Slow" _high-label="Fast"
          low="0.0" high="20.0" default="1.0"/>

  <number id="speed" type="slider" arg="-speed %"
           _label="Wander Speed" _low-label="Slow" _high-label="Fast"
           low="0.0" high="10.0" default="0.0"/>

  <hgroup>
   <!-- #### defaults are wrong -->
   <number id="width" type="spinbutton" arg="-width %"
           _label="Tile Size" low="10" high="100" default="64"/>
   <number id="pixheight" type="spinbutton" arg="-height %"
           _label="x" low="10" high="100" default="64"/>
  </hgroup>

  <hgroup>
   <number id="reaction" type="spinbutton" arg="-reaction %"
           _label="Reaction/Difusion" low="-1" high="2" default="-1"/>
   <number id="diffusion" type="spinbutton" arg="-diffusion %"
           _label="/" low="-1" high="2" default="-1"/>
  </hgroup>

  <!-- #### default is wrong -->
  <number id="radius" type="spinbutton" arg="-radius %"
          _label="Seed Radius" low="1" high="1000" default="500"/>

  <number id="epoch" type="slider" arg="-epoch %"
           _label="Epoch" _low-label="Small" _high-label="Large"
           low="1000" high="300000" default="40000"/>

  <number id="ncolors" type="slider" arg="-ncolors %"
            _label="Number of Colors" _low-label="Two" _high-label="Many"
            low="1" high="300" default="255"/>

  <boolean id="shm" _label="Use Shared Memory" arg-unset="-no-shm"/>

  <_description>
Another variation of the `Bomb' program by Scott Draves.  This draws
a grid of growing square-like shapes that, once they overtake each
other, react in unpredictable ways.  ``RD'' stands for
reaction-diffusion.
  </_description>
</screensaver>
