1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="kaleidescope" _label="Kaleidescope">
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"
12 <number id="nsegments" type="slider" arg="-nsegments %"
13 _label="Segments" _low-label="Few" _high-label="Many"
14 low="1" high="100" default="7"/>
16 <number id="symmetry" type="slider" arg="-symmetry %"
17 _label="Symmetry" _low-label="3" _high-label="32"
18 low="3" high="32" default="11"/>
20 <number id="ntrails" type="slider" arg="-ntrails %"
21 _label="Trails" _low-label="Few" _high-label="Many"
22 low="1" high="1000" default="100"
25 <!-- #### -local_rotation [-59] -->
26 <!-- #### -global_rotation [1] -->
27 <!-- #### -spring_constant [5] -->
29 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
32 A simple kaleidoscope. See also "GLeidescope".
34 http://en.wikipedia.org/wiki/Kaleidoscope
36 Written by Ron Tapia; 1997.