1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="galaxy" _label="Galaxy">
7 <number id="delay" type="slider" arg="-delay %"
8 _label="Frame rate" _low-label="Low" _high-label="High"
9 low="0" high="100000" default="20000"
12 <number id="count" type="spinbutton" arg="-count %"
13 _label="Count" low="-20" high="20" default="-5"/>
15 <number id="cycles" type="slider" arg="-cycles %"
16 _label="Duration" _low-label="Short" _high-label="Long"
17 low="10" high="1000" default="250"/>
19 <number id="ncolors" type="slider" arg="-ncolors %"
20 _label="Number of colors" _low-label="Two" _high-label="Many"
21 low="10" high="255" default="64"/>
23 <boolean id="spin" _label="Rotate viewpoint" arg-unset="-no-spin"/>
25 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
28 This draws spinning galaxies, which then collide and scatter their
29 stars to the, uh, four winds or something.
31 Written by Uli Siegmund, Harald Backert, and Hubert Feyrer; 1997.