From http://www.jwz.org/xscreensaver/xscreensaver-5.40.tar.gz
[xscreensaver] / hacks / config / maze3d.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="maze3d" _label="Maze3D" gl="yes">
4
5   <command arg="-root"/>
6
7   <video href="https://www.youtube.com/watch?v=VTAwxTVdyLc"/>
8
9   <number id="speed" type="slider" arg="-speed %"
10           _label="Speed" _low-label="Slow" _high-label="Fast"
11           low="0.02" high="4.0" default="1.0"/>
12   <number id="delay" type="slider" arg="-delay %"
13     _label="Frame rate" _low-label="Low" _high-label="High"
14     low="0" high="100000" default="20000"
15     convert="invert"/>
16   <hgroup>
17    <boolean id="showOverlay" _label="Show Overlay" arg-set="-overlay"/>
18    <boolean id="acid" _label="Acid" arg-set="-drop-acid"/>
19    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
20   </hgroup>
21
22   <hgroup>
23     <number id="numRows" type="spinbutton" arg="-rows %"
24       _label="Rows" low="2" high="24" default="12"/>
25     <number id="numColumns" type="spinbutton" arg="-columns %"
26       _label="Columns" low="2" high="24" default="12"/>
27   </hgroup>
28
29 <!--
30   <hgroup>
31     <file id="wallTextureFile" _label="Wall Texture" arg="-wall-texture %"/>
32     <select id="wallTextureSelect">
33       <option id="wallTextureBrickWall" _label="Brick Wall"/>
34       <option id="wallTextureWoodFloor" _label="Wood Floor"
35         arg-set="-wall-texture wood-floor"/>
36       <option id="wallTextureCeilingTiles" _label="Ceiling Tiles"
37         arg-set="-wall-texture ceiling-tiles"/>
38       <option id="wallTextureFractal1" _label="Fractal 1"
39         arg-set="-wall-texture fractal-1"/>
40       <option id="wallTextureFractal2" _label="Fractal 2"
41         arg-set="-wall-texture fractal-2"/>
42       <option id="wallTextureFractal3" _label="Fractal 3"
43         arg-set="-wall-texture fractal-3"/>
44       <option id="wallTextureFractal4" _label="Fractal 4"
45         arg-set="-wall-texture fractal-4"/>
46     </select>
47     <boolean id="dropAcidWalls" _label="Drop acid"
48       arg-set="-drop-acid-walls"/>
49   </hgroup>
50
51   <hgroup>
52     <file id="floorTextureFile" _label="Floor Texture"
53       arg="-floor-texture %"/>
54     <select id="floorTextureSelect">
55       <option id="floorTextureWoodFloor" _label="Wood Floor"/>
56       <option id="floorTextureBrickWall" _label="Brick Wall"
57         arg-set="-floor-texture brick-wall"/>
58       <option id="floorTextureCeilingTiles" _label="Ceiling Tiles"
59         arg-set="-floor-texture ceiling-tiles"/>
60       <option id="floorTextureFractal1" _label="Fractal 1"
61         arg-set="-floor-texture fractal-1"/>
62       <option id="floorTextureFractal2" _label="Fractal 2"
63         arg-set="-floor-texture fractal-2"/>
64       <option id="floorTextureFractal3" _label="Fractal 3"
65         arg-set="-floor-texture fractal-3"/>
66       <option id="floorTextureFractal4" _label="Fractal 4"
67         arg-set="-floor-texture fractal-4"/>
68     </select>
69     <boolean id="dropAcidFloor" _label="Drop acid"
70       arg-set="-drop-acid-floor"/>
71   </hgroup>
72
73   <hgroup>
74     <file id="ceilingTextureFile" _label="Ceiling Texture"
75       arg="-ceiling-texture %"/>
76     <select id="ceilingTextureSelect">
77       <option id="ceilingTextureCeilingTiles" _label="Ceiling Tiles"/>
78       <option id="ceilingTextureBrickWall" _label="Brick Wall"
79         arg-set="-ceiling-texture brick-wall"/>
80       <option id="ceilingTextureWoodFloor" _label="Wood Floor"
81         arg-set="-ceiling-texture wood-floor"/>
82       <option id="ceilingTextureFractal1" _label="Fractal 1"
83         arg-set="-ceiling-texture fractal-1"/>
84       <option id="ceilingTextureFractal2" _label="Fractal 2"
85         arg-set="-ceiling-texture fractal-2"/>
86       <option id="ceilingTextureFractal3" _label="Fractal 3"
87         arg-set="-ceiling-texture fractal-3"/>
88       <option id="ceilingTextureFractal4" _label="Fractal 4"
89         arg-set="-ceiling-texture fractal-4"/>
90     </select>
91     <boolean id="dropAcidCeiling" _label="Drop acid"
92       arg-set="-drop-acid-ceiling"/>
93   </hgroup>
94 -->
95
96   <hgroup>
97     <number id="numInverters" type="spinbutton"
98       arg="-inverters %" _label="Inverters" low="0"
99       high="100" default="10"/>
100     <number id="numRats" type="spinbutton"
101       arg="-rats %" _label="Rats" low="0" high="100"
102       default="1"/>
103
104 <!--
105     <vgroup>
106       <number id="numGl3dTexts" type="spinbutton"
107         arg="-gl-3d-texts %" _label="OpenGL"
108         low="0" high="100" default="3"/>
109       <number id="numGlRedbooks" type="spinbutton"
110         arg="-gl-redbooks %" _label="Redbooks"
111         low="0" high="100" default="3"/>
112     </vgroup>
113 -->
114   </hgroup>
115
116   <xscreensaver-updater />
117
118   <_description>
119 A re-creation of the 3D Maze screensaver from Windows 95.
120 Written by Sudoer; 2018.
121 </_description>
122 </screensaver>