summaryrefslogblamecommitdiffstats
path: root/hacks/config/triangle.xml
blob: 70d9949b03ceb98c158db985c451e609fea21292 (plain) (tree)



























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

<screensaver name="triangle" _label="Triangle">

  <command arg="-root"/>

  <video href="https://www.youtube.com/watch?v=GXrzjY-Flro"/>

  <number id="delay" type="slider" arg="-delay %"
          _label="Frame rate" _low-label="Low" _high-label="High"
          low="0" high="100000" default="10000"
          convert="invert"/>

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

  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>

  <xscreensaver-updater />

  <_description>
Generates random mountain ranges using iterative subdivision of
triangles.

Written by Tobias Gloth; 1997.
  </_description>
</screensaver>