blob: 07dde04d8487ce18fcc8e34a7472428b52ca9c27 (
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
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<screensaver name="hyperspace" _label="Really Slick Hyperspace">
<command arg="-root" />
<number id="stars"
type="spinbutton"
arg="-stars %"
_label="Stars"
low="0"
high="10000"
default="1000"
/>
<number id="starsize"
type="slider"
arg="-starsize %"
_label="Star size"
_low-label="Tiny"
_high-label="Huge"
low="1.0"
high="100.0"
default="10.0"
/>
<number id="speed"
type="slider"
arg="-speed %"
_label="Speed"
_low-label="Slow"
_high-label="Fast"
low="1.0"
high="100.0"
default="10.0"
/>
<number id="resolution"
type="slider"
arg="-resolution %"
_label="Resolution"
_low-label="Low"
_high-label="High"
low="4"
high="20"
default="10"
/>
<number id="depth"
type="slider"
arg="-depth %"
_low-label="Shallow"
_high-label="Deep"
low="1"
high="10"
default="5"
/>
<number id="fov"
type="slider"
arg="-fov %"
_label="Camera"
_low-label="Zoomed"
_high-label="Wide-angle"
low="10.0"
high="150.0"
default="90.0"
/>
<boolean id="shaders"
_label="GL shaders"
arg-unset="-no-shaders"
/>
<_description>
This is a real number cruncher of a screensaver. Computers are getting much
more powerful these days, and my old savers don't bring them to their knees
like they use to. This one does. Of course, you can still turn the settings way
down if you have a pathetic, old computer.
-- Terry Welsh, Really Slick Screensavers (http://www.reallyslick.com/)
This version by Michael Chapman <foonly@users.sourceforge.net>.
</_description>
</screensaver>
|