1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="swirl" _label="Swirl">
7 <number id="count" type="spinbutton" arg="-count %"
8 _label="Count" low="0" high="20" default="5"/>
10 <number id="delay" type="slider" arg="-delay %"
11 _label="Speed" _low-label="Slow" _high-label="Fast"
12 low="0" high="20000" default="10000"
15 <number id="ncolors" type="slider" arg="-ncolors %"
16 _label="Number of Colors" _low-label="Two" _high-label="Many"
17 low="1" high="255" default="200"/>
19 <boolean id="shm" _label="Use Shared Memory" arg-unset="-no-shm"/>
22 More flowing, swirly patterns. This version is by M. Dobie and R.
23 Taylor, but you might have seen a Mac program similar to this called
24 FlowFazer. There is also a cool Java applet of a similar concept.