1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="crystal" _label="Crystal">
8 <!-- #### -shift (color cycling) -->
10 <boolean id="grid" _label="Draw Grid" arg-set="-grid"/>
12 <boolean id="cells" _label="Draw Cell" arg-unset="-no-cell"/>
14 <boolean id="centre" _label="Center on Screen" arg-set="-centre"/>
16 <number id="nx" type="spinbutton" arg="-nx %"
17 _label="Horizontal Symmetries" low="-10" high="10" default="-3"/>
19 <number id="ny" type="spinbutton" arg="-ny %"
20 _label="Vertical Symmetries" low="-10" high="10" default="-2"/>
22 <number id="count" type="spinbutton" arg="-count %"
23 _label="Count" low="-5000" high="5000" default="-500"/>
25 <number id="speed" type="slider" arg="-delay %"
26 _label="Speed" _low-label="Slow" _high-label="Fast"
27 low="0" high="80000" default="60000"
30 <number id="ncolors" type="slider" arg="-ncolors %"
31 _label="Number of Colors" _low-label="Two" _high-label="Many"
32 low="1" high="255" default="100"/>
35 Moving polygons, similar to a kaleidescope (more like a kaleidescope
36 than the hack called `kaleid,' actually.) This one by Jouk Jansen.