1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="hypnowheel" _label="Hypnowheel">
7 <number id="delay" type="slider" arg="-delay %"
8 _label="Frame Rate" _low-label="Slow" _high-label="Fast"
9 low="0" high="100000" default="20000"
12 <number id="speed" type="slider" arg="-speed %"
13 _label="Speed" _low-label="Slow" _high-label="Fast"
14 low="0.1" high="20.0" default="1.0"/>
16 <number id="layers" type="slider" arg="-layers %"
17 _label="Layers" _low-label="1" _high-label="50"
18 low="1" high="50" default="4"/>
20 <number id="count" type="slider" arg="-count %"
21 _label="Arms" _low-label="2" _high-label="50"
22 low="2" high="50" default="13"/>
24 <number id="twistiness" type="slider" arg="-twistiness %"
25 _label="Twistiness" _low-label="Low" _high-label="High"
26 low="0.2" high="10" default="4"/>
29 <boolean id="wander" _label="Wander" arg-set="-wander"/>
30 <boolean id="symmetric" _label="Symmetric Twisting" arg-set="-symmetric"/>
33 <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
36 Draws a series of overlapping, translucent spiral patterns.
37 The tightness of their spirals fluctuates in and out.
39 Written by Jamie Zawinski; 2008.