1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="kaleidescope" _label="Kaleidescope">
7 <video href="https://www.youtube.com/watch?v=mGplFlx1y3M"/>
9 <number id="delay" type="slider" arg="-delay %"
10 _label="Frame rate" _low-label="Low" _high-label="High"
11 low="0" high="100000" default="20000"
14 <number id="nsegments" type="slider" arg="-nsegments %"
15 _label="Segments" _low-label="Few" _high-label="Many"
16 low="1" high="100" default="7"/>
18 <number id="symmetry" type="slider" arg="-symmetry %"
19 _label="Symmetry" _low-label="3" _high-label="32"
20 low="3" high="32" default="11"/>
22 <number id="ntrails" type="slider" arg="-ntrails %"
23 _label="Trails" _low-label="Few" _high-label="Many"
24 low="1" high="1000" default="100"/>
26 <!-- #### -local_rotation [-59] -->
27 <!-- #### -global_rotation [1] -->
28 <!-- #### -spring_constant [5] -->
30 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
32 <xscreensaver-updater />
35 A simple kaleidoscope made of line segments. See "GLeidescope"
36 for a more sophisticated take.
38 https://en.wikipedia.org/wiki/Kaleidoscope
40 Written by Ron Tapia; 1997.