From http://www.jwz.org/xscreensaver/xscreensaver-5.39.tar.gz
[xscreensaver] / hacks / config / razzledazzle.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="razzledazzle" _label="RazzleDazzle" gl="yes">
4
5   <command arg="-root"/>
6
7   <video href="https://www.youtube.com/watch?v=tV_70VxJFfs" />
8
9   <hgroup>
10    <vgroup>
11     <number id="delay" type="slider" arg="-delay %"
12             _label="Frame rate" _low-label="Low" _high-label="High"
13             low="0" high="100000" default="30000"
14             convert="invert"/>
15
16     <number id="speed" type="slider" arg="-speed %"
17             _label="Speed" _low-label="Slow" _high-label="Fast"
18             low="0.1" high="10" default="1.0"/>
19
20     <number id="ncolors" type="slider" arg="-ncolors %"
21             _label="Colors" _low-label="Mono" _high-label="Many"
22             low="2" high="200" default="2"/>
23
24    </vgroup>
25    <vgroup>
26
27     <number id="density" type="slider" arg="-density %"
28             _label="Density" _low-label="Sparse" _high-label="Dense"
29             low="1.0" high="10.0" default="5.0"/>
30
31     <number id="thickness" type="slider" arg="-thickness %"
32             _label="Lines" _low-label="Thick" _high-label="Thin"
33             low="0.05" high="1.0" default="0.1"/>
34
35     <select id="object">
36      <option _label="Ship Outlines" arg-set="-mode ships"/>
37      <option _label="Flat Pattern" arg-set="-mode flat"/>
38      <option id="random" _label="Ships or flat pattern"/>
39     </select>
40
41     <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
42
43    </vgroup>
44   </hgroup>
45
46   <xscreensaver-updater />
47
48   <_description>
49 Generates an infinitely-scrolling sequence of dazzle camouflage patterns.
50
51 Dazzle Ships, in addition to being the best album by Orchestral
52 Manoeuvres in the Dark, were military vessels during World War I and
53 early in World War II that were painted not to conceal but to confuse:
54 with these Cubist overlapping stripes, it was very hard to estimate
55 their size, range and heading.  This was a big deal before the
56 invention of Radar.
57
58 https://en.wikipedia.org/wiki/Dazzle_camouflage
59 https://en.wikipedia.org/wiki/Cubism
60 https://en.wikipedia.org/wiki/Dazzle_Ships_%28album%29
61 https://en.wikipedia.org/wiki/Acoustic_mirror
62 https://en.wikipedia.org/wiki/Radar
63
64 Written by Jamie Zawinski; 2018.
65   </_description>
66 </screensaver>