From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / config / moire2.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="moire2" _label="Moire2">
4
5   <command arg="-root"/>
6
7   <video href="https://www.youtube.com/watch?v=7iBNbYCo8so"/>
8
9   <number id="delay" type="slider" arg="-delay %"
10           _label="Frame rate" _low-label="Low" _high-label="High"
11           low="0" high="100000" default="50000"
12           convert="invert"/>
13
14   <number id="ncolors" type="slider" arg="-ncolors %"
15             _label="Number of colors" _low-label="Two" _high-label="Many"
16             low="1" high="255" default="150"/>
17
18   <number id="thickness" type="spinbutton" arg="-thickness %"
19             _label="Thickness" low="0" high="100" default="0"/>
20
21   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
22
23   <xscreensaver-updater />
24
25   <_description>
26 Generates fields of concentric circles or ovals, and combines the
27 planes with various operations.  The planes are moving independently
28 of one another, causing the interference lines to spray.
29
30 https://en.wikipedia.org/wiki/Moire_pattern
31
32 Written by Jamie Zawinski; 1998.
33   </_description>
34 </screensaver>