25df7fda8e327038214b9e4393c6c152f49525a1
[xscreensaver] / hacks / config / kaleidescope.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="kaleidescope" _label="Kaleidescope">
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="100000" default="20000"
10           convert="invert"/>
11
12   <number id="nsegments" type="slider" arg="-nsegments %"
13           _label="Segments" _low-label="Few" _high-label="Many"
14           low="1" high="100" default="7"/>
15
16   <number id="symmetry" type="slider" arg="-symmetry %"
17           _label="Symmetry" _low-label="3" _high-label="32"
18           low="3" high="32" default="11"/>
19
20   <number id="ntrails" type="slider" arg="-ntrails %"
21           _label="Trails" _low-label="Few" _high-label="Many"
22           low="1" high="1000" default="100"/>
23
24   <!-- #### -local_rotation [-59] -->
25   <!-- #### -global_rotation [1] -->
26   <!-- #### -spring_constant [5] -->
27
28   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
29
30   <_description>
31 A simple kaleidoscope made of line segments.  See "GLeidescope"
32 for a more sophisticated take.
33
34 http://en.wikipedia.org/wiki/Kaleidoscope
35
36 Written by Ron Tapia; 1997.
37   </_description>
38 </screensaver>