From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / config / truchet.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="truchet" _label="Truchet">
4
5   <command arg="-root"/>
6
7   <video href="https://www.youtube.com/watch?v=hoJ23JSsUD8"/>
8
9   <number id="delay" type="slider" arg="-delay %"
10           _label="Frame rate" _low-label="Low" _high-label="High"
11           low="0" high="1000000" default="400000"
12           convert="invert"/>
13
14   <!-- #### -min-width [40] -->
15   <!-- #### -max-height [150] -->
16   <!-- #### -max-width [150] -->
17   <!-- #### -min-height [40] -->
18   <!-- #### -max-linewidth [25] -->
19   <!-- #### -min-linewidth [2] -->
20   <!-- #### -no-erase -->
21   <!-- #### -erase-count [25] -->
22   <!-- #### -not-square -->
23   <!-- #### -no-angles -->
24   <!-- #### -no-curves -->
25   <!-- #### -scroll -->
26   <!-- #### -scroll-overlap [400] -->
27   <!-- #### -anim-delay [100] -->
28   <!-- #### -anim-step-size [3] -->
29
30   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
31
32   <xscreensaver-updater />
33
34   <_description>
35 Line- and arc-based truchet patterns that tile the screen.
36
37 https://en.wikipedia.org/wiki/Tessellation
38
39 Written by Adrian Likins; 1998.
40   </_description>
41 </screensaver>