blob: eb6bc7bb0496528e242f863bc0f5d386e3c3a64d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<screensaver name="rs-solarwinds" _label="Really Slick Solar Winds">
<command arg="-root" />
<hgroup>
<number id="winds"
type="spinbutton"
arg="-winds %"
_label="Winds"
low="1"
high="10"
default="1"
/>
<number id="emitters"
type="spinbutton"
arg="-emitters %"
_label="Emitters"
low="1"
high="1000"
default="30"
/>
<number id="particles"
type="spinbutton"
arg="-particles %"
_label="Particles"
low="1"
high="10000"
default="2000"
/>
</hgroup>
<number id="windspeed"
type="slider"
arg="-windspeed %"
_label="Wind speed"
_low-label="Slow"
_high-label="Fast"
low="1.0"
high="100.0"
default="20.0"
/>
<number id="size"
type="slider"
arg="-size %"
_label="Particles"
_low-label="Small"
_high-label="Large"
low="1.0"
high="100.0"
default="50.0"
/>
<number id="speed"
type="slider"
arg="-speed %"
_low-label="Slow"
_high-label="Fast"
low="1.0"
high="100.0"
default="10.0"
/>
<select id="geometry">
<option id="lights"
_label="Lights"
/>
<option id="points"
_label="Points"
arg-set="-points"
/>
<option id="lines"
_label="Lines"
arg-set="-lines"
/>
</select>
<number id="emitterspeed"
type="slider"
arg="-emitterspeed %"
_label="Emitter speed"
_low-label="Slow"
_high-label="Fast"
low="1.0"
high="100.0"
default="15.0"
/>
<_description>
My savers seem to be all about color and movement. This one is certainly no
exception. It just shows that a little random math can go a long way.
Solar Winds started out as a simple particle effects saver, but once I saw
that the particles usually stayed in continuous lines I gave them some
connectivity and threw in the "lines" option.
-- Terry Welsh, Really Slick Screensavers (http://www.reallyslick.com/)
This version by Michael Chapman <foonly@users.sourceforge.net>.
</_description>
</screensaver>
|