From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / penrose.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="penrose" _label="Penrose">
4
5   <command arg="-root"/>
6
7    <hgroup>
8     <vgroup>
9      <number id="delay" type="slider" arg="-delay %"
10              _label="Frame rate" _low-label="Low" _high-label="High"
11              low="0" high="100000" default="10000"
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="64"/>
17     </vgroup>
18     <vgroup>
19      <number id="size" type="slider" arg="-size %"
20               _label="Tile size" _low-label="Small" _high-label="Large"
21               low="1" high="100" default="40"/>
22
23      <boolean id="ammann" _label="Draw ammann lines" arg-set="-ammann"/>
24      <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
25     </vgroup>
26    </hgroup>
27   
28
29   <xscreensaver-updater />
30
31   <_description>
32 Draws quasiperiodic tilings; think of the implications on modern
33 formica technology.
34
35 In April 1997, Sir Roger Penrose, a British math professor who has
36 worked with Stephen Hawking on such topics as relativity, black
37 holes, and whether time has a beginning, filed a
38 copyright-infringement lawsuit against the Kimberly-Clark
39 Corporation, which Penrose said copied a pattern he created (a
40 pattern demonstrating that "a nonrepeating pattern could exist in
41 nature") for its Kleenex quilted toilet paper.  Penrose said he
42 doesn't like litigation but, "When it comes to the population of
43 Great Britain being invited by a multinational to wipe their bottoms
44 on what appears to be the work of a Knight of the Realm, then a last
45 stand must be taken."
46
47 As reported by News of the Weird #491, 4-Jul-1997.
48
49 http://en.wikipedia.org/wiki/Penrose_tiling
50 http://en.wikipedia.org/wiki/Tessellation
51
52 Written by Timo Korvola; 1997.
53   </_description>
54 </screensaver>