1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="glknots" _label="GLKnots" gl="yes">
9 <number id="delay" type="slider" arg="-delay %"
10 _label="Frame rate" _low-label="Low" _high-label="High"
11 low="0" high="100000" default="30000"
14 <number id="speed" type="slider" arg="-speed %"
15 _label="Speed" _low-label="Slow" _high-label="Fast"
16 low="0.01" high="5.0" default="1.0"/>
18 <select id="rotation">
19 <option id="no" _label="Don't rotate" arg-set="-spin 0"/>
20 <option id="x" _label="Rotate around X axis" arg-set="-spin X"/>
21 <option id="y" _label="Rotate around Y axis" arg-set="-spin Y"/>
22 <option id="z" _label="Rotate around Z axis" arg-set="-spin Z"/>
23 <option id="xy" _label="Rotate around X and Y axes" arg-set="-spin XY"/>
24 <option id="xz" _label="Rotate around X and Z axes" arg-set="-spin XZ"/>
25 <option id="yz" _label="Rotate around Y and Z axes" arg-set="-spin YZ"/>
26 <option id="xyz" _label="Rotate around all three axes"/>
32 <number id="segments" type="slider" arg="-segments %"
33 _label="Resolution" _low-label="Segmented" _high-label="Smooth"
34 low="100" high="2000" default="800"/>
36 <number id="thickness" type="slider" arg="-thickness %"
37 _label="Thickness" _low-label="Thin" _high-label="Thick"
38 low="0.05" high="1.0" default="0.3"/>
41 <boolean id="wander" _label="Wander" arg-unset="-no-wander"/>
42 <boolean id="wire" _label="Wireframe" arg-set="-wireframe"/>
46 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
52 <xscreensaver-updater />
55 Generates some twisting 3d knot patterns. Spins 'em around.
57 http://en.wikipedia.org/wiki/Knot_theory
59 Written by Jamie Zawinski; 2003.