Scroll to navigation

DIZZY(6) User Contributed Perl Documentation DIZZY(6)

NAME

dizzy - a graphics demo that makes you dizzy using rotating textures

SYNOPSIS

dizzy [-f|-w width -h height] [-t switch_module] [-T options]

DESCRIPTION

dizzy is a graphics demo that rotates planes of patterns on a colored background to make you dizzy. Textures can be cross-faded and there is a mode that automatically changes textures, allowing Dizzy to be run as a screensaver.

OPTIONS

Sets the window width and height.
Attempts to switch into a true fullscreen mode, if possible. The window size parameters are ignored.
Automatically switches textures after a specified number of seconds has passed. time can be fractional and the decimal separator is always the period.
Selects the texture switching module to use. Default is Simple.

See below for available texture switchers and their descriptions.

Passes an option option with the value value to the selected texture switcher. The available options depend on the texture switcher used.

This option can be given multiple times to set multiple options.

Selects the rotator switching module to use. Default is Simple.

See below for available texture switchers and their descriptions.

Passes an option option with the value value to the selected rotator switcher. The available options depend on the rotator switcher used.

This option can be given multiple times to set multiple options.

Changes the texture resolution. resolution must be a power of two. The default value is 256.
Changes the resolution used when rendering using shaders. resolution must be a power of two. The default is 1024.
Zooms the textures. The default value is 100.
Use a different path for cached textures. This option can be specified multiple times.
Don't use any texture cache at all.
Zooms out of the normal view so you can see how Dizzy creates the animation. A white border will also be drawn around the area that would have been shown had this option not been used.

TEXTURE SWITCHERS

Simple

A simple texture switcher. It just sets the new texture when it is told to do so. It takes no options.

Blend

A texture switcher that crossfades between textures to generate a smooth transition. It takes one option:

Sets the duration of a blend to duration seconds. The value can be fractional (the decimal separator is always a period). The default value is 2.

Note that you have to add the time you specify here to the automode time, so if you want the transition to take two seconds and every image to stay for five seconds, you set the duration to 2 and automode to 7 (not 5).

ROTATOR SWITCHERS

Simple

A simple switcher that just activates the new rotator without any transition.

KEYBOARD COMMANDS

Select previous available texture.
Select next available texture.
Select previous available rotator function.
Select next available rotator function.
Exit Dizzy.
2022-06-05 perl v5.34.0