maze3d(6) XScreenSaver manual maze3d(6)

maze3d - A 3D maze.

maze3d [--display host:display.screen] [--visual visual] [--window] [--root] [--window-id number] [--speed float] [--delay number] [--fps] [--rows number] [--columns number] [--overlay] [--wall-texture texture] [--floor-texture texture] [--ceiling-texture texture] [--drop-acid] [--drop-acid-walls] [--drop-acid-floor] [--drop-acid-ceiling] [--inverters number] [--rats number]

A recreation of the 3D Maze screensaver from Windows 95.

Specify which visual to use. Legal values are the name of a visual class, or the id number (decimal or hex) of a specific visual.
Draw on a newly-created window. This is the default.
Draw on the root window.
--window-id number
Draw on the specified window.
Speed of the dungeon crawl. 2 is twice as fast, 0.5 is half as fast.
Per-frame delay, in microseconds. Default: 20000 (0.02 seconds).
Display the current frame rate and CPU load.
The number of rows in the maze. Default: 12.
The number of columns in the maze. Default: 12.
Overlays a minimap of the maze on the screen.
Sets the wall texture. texture can be a path to an image file, or it can be one of the built-in textures (see TEXTURES below).
Sets the floor texture. texture can be a path to an image file, or it can be one of the built-in textures (see TEXTURES below).
Sets the ceiling texture. texture can be a path to an image file, or it can be one of the built-in textures (see TEXTURES below).
Continuously shifts the hue of the wall texture. (This looks like an LSD trip, hence the name.)
Continuously shifts the hue of the floor texture.
Continuously shifts the hue of the ceiling texture.
Turns on all three.
Sets the number of inverters (the spinny grey things that flip the camera upside-down) in the maze. Default: 10.
Sets the number of rats, or rather "Bobs", in the maze. Default: 1.

The wall, ceiling, and floor textures can be set to one of the following:

A brick wall. This is the default wall texture.
A wooden floor. This is the default floor texture.
Ceiling tiles. This is the default ceiling texture.

to get the default host and display number.
to get the name of a resource file that overrides the global resources stored in the RESOURCE_MANAGER property.
The window ID to use with --root.

X(1), xscreensaver(1)

Copyright © 2018 by sudoer@riseup.net. Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. No representations are made about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty.

6.08 (10-Oct-2023) X Version 11