slackbuilds/games/acidwarp
B. Watson 58fcbe9b6c
games/acidwarp: Added (eye-candy program).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-12-03 23:32:20 +07:00
..
README games/acidwarp: Added (eye-candy program). 2024-12-03 23:32:20 +07:00
acidwarp-fs.desktop games/acidwarp: Added (eye-candy program). 2024-12-03 23:32:20 +07:00
acidwarp.SlackBuild games/acidwarp: Added (eye-candy program). 2024-12-03 23:32:20 +07:00
acidwarp.desktop games/acidwarp: Added (eye-candy program). 2024-12-03 23:32:20 +07:00
acidwarp.info games/acidwarp: Added (eye-candy program). 2024-12-03 23:32:20 +07:00
doinst.sh games/acidwarp: Added (eye-candy program). 2024-12-03 23:32:20 +07:00
slack-desc games/acidwarp: Added (eye-candy program). 2024-12-03 23:32:20 +07:00

README

acidwarp (display geometric images and rotate the palette)

Acid Warp is an eye-candy program. Run it and watch the pretty
colors. Each picture is the graphic representation of a mathematical
function.

There is no man page. Run 'acidwarp -h' for a list of command-line
options, and see the docs in /usr/doc/acidwarp-$VERSION for a list
of keyboard commands. It's worth mentioning here that the keystroke
to exit is Control-Break, and that double-clicking in the window will
toggle windowed vs. fullscreen.

Build options:

By default, acidwarp is built with SDL-2.0 and OpenGL. To disable
OpenGL, set GL=no in the script's environment.

To build with SDL-1.2, set SDL2=no. This will also disable OpenGL,
since acidwarp doesn't support building with SDL-1.2 and OpenGL.
Building with SDL-1.2 actually has a use-case: it will allow "acidwarp
-f -k" to span multiple screens, if you have them (the SDL-2.0 build
only runs fullscreen on one monitor).