1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="fuzzyflakes" _label="FuzzyFlakes">
7 <video href="https://www.youtube.com/watch?v=NrGe3xcqAns"/>
11 <number id="delay" type="slider" arg="-delay %"
12 _label="Frame rate" _low-label="Low" _high-label="High"
13 low="0" high="100000" default="10000"
16 <number id="speed" type="slider" arg="-speed %"
17 _label="Speed" _low-label="Slow" _high-label="Fast"
18 low="1" high="50" default="10"/>
20 <number id="layers" type="slider" arg="-layers %"
21 _label="Layers" _low-label="Few" _high-label="Many"
22 low="1" high="10" default="3"/>
25 <boolean id="rc" _label="Random colors" arg-set="-random-colors"/>
26 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
30 <option id="lred" _label="Red" arg-set="-color #FF0000"/>
31 <option id="pink" _label="Pink"/>
32 <option id="lyellow" _label="Yellow" arg-set="-color #FFFF00"/>
33 <option id="lgreen" _label="Green" arg-set="-color #00FF00"/>
34 <option id="lcyan" _label="Cyan" arg-set="-color #00FFFF"/>
35 <option id="lblue" _label="Blue" arg-set="-color #0000FF"/>
36 <option id="lmagenta" _label="Magenta" arg-set="-color #FF00FF"/>
41 <number id="arms" type="slider" arg="-arms %"
42 _label="Arms" _low-label="Few" _high-label="Many"
43 low="1" high="10" default="5"/>
44 <number id="thickness" type="slider" arg="-thickness %"
45 _label="Thickness" _low-label="Thin" _high-label="Thick"
46 low="1" high="50" default="10"/>
47 <number id="bthickness" type="slider" arg="-bthickness %"
48 _label="Border thickness" _low-label="Thin" _high-label="Thick"
49 low="0" high="50" default="3"/>
50 <number id="radius" type="slider" arg="-radius %"
51 _label="Radius" _low-label="Small" _high-label="Large"
52 low="1" high="100" default="20"/>
57 <xscreensaver-updater />
60 Falling colored snowflake/flower shapes.
62 https://en.wikipedia.org/wiki/Snowflake
64 Written by Barry Dmytro; 2004.