Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

glsnake(1) [redhat man page]

XScreenSaver(1) 					      General Commands Manual						   XScreenSaver(1)

NAME
glsnake - OpenGL enhanced Rubik's Snake cyclewaster. SYNOPSIS
glsnake [-display host:display.screen] [-window] [-root] [-visual visual] [-delay microseconds] [-fps] [-wireframe] [-scarycolour] [-veloc- ity angular] [-explode distance] [-statictime milliseconds] [-yspin angle] [-zspin angle] DESCRIPTION
glsnake is an imitation of Rubiks' Snake, using OpenGL. OPTIONS
glsnake accepts the following options: -window Draw on a newly-created window. This is the default. -root Draw on the root window. -install Install a private colormap for the window. -visual visual 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. -fps Display a running tally of how many frames per second are being rendered. In conjunction with -delay 0, this can be a useful benchmark of your GL performance. -wireframe Display the snake in wireframe mode, rather than the default solid mode. -scarycolour Use the alternate colour scheme for the snake. Shape identification using colour will be disabled. -velocity angular Change the speed at which the snake morphs to a new shape. -explode distance Change the distance between the nodes of a snake. -statictime milliseconds Change the time between morphs. -yspin angle Change the angle of rotation around the Y axis per frame. -zspin angle Change the angle of rotation around the Z axis per frame. ENVIRONMENT
DISPLAY to get the default host and display number. XENVIRONMENT to get the name of a resource file that overrides the global resources stored in the RESOURCE_MANAGER property. FILES
/usr/share/glsnake/*.glsnake This XScreenSaver will attempt to read model files installed with the interactive glsnake. SEE ALSO
X(1), xscreensaver(1), glsnake(6) http://spacepants.org/src/glsnake/ BUGS
The snake will happily intersect itself while morphing (this is not a bug). The rotation/camera position sucks. COPYRIGHT
Copyright (C) 2001,2002 by Jamie Wilkinson, Andrew Bennetts, and Peter Aylett. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. AUTHOR
Jamie Wilkinson <jaq@spacepants.org>, Andrew Bennetts <andrew@puzzling.org>, and Peter Aylett <peter@ylett.com>. Ported to XScreenSaver by Jamie Wilkinson. X Version 11 January 15, 2001 XScreenSaver(1)

Check Out this Related Man Page

XScreenSaver(1) 					      General Commands Manual						   XScreenSaver(1)

NAME
dangerball - a 3D ball that periodically extrudes spikes. Ouch! SYNOPSIS
dangerball [-display host:display.screen] [-visual visual] [-window] [-root] [-delay number] [-speed number] [-count number] [-no-wander] [-no-spin] [-wireframe] [-fps] DESCRIPTION
Draws a ball that periodically extrudes many random spikes. Ouch! OPTIONS
-visual visual 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. -window Draw on a newly-created window. This is the default. -root Draw on the root window. -delay number Per-frame delay, in microseconds. Default: 30000 (0.03 seconds.). -speed number Spike growth frequency. 0.0 - 0.25. Default: 0.05. -count number Number o spikes. Default: 30. -wander | -no-wander Whether the object should wander around the screen. -spin | -no-spin Whether the object should spin. -wireframe | -no-wireframe Render in wireframe instead of solid. -fps | -no-fps Whether to show a frames-per-second display at the bottom of the screen. ENVIRONMENT
DISPLAY to get the default host and display number. XENVIRONMENT to get the name of a resource file that overrides the global resources stored in the RESOURCE_MANAGER property. SEE ALSO
X(1), xscreensaver(1) COPYRIGHT
Copyright (C) 2002 by Jamie Zawinski. 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. AUTHOR
Jamie Zawinski. X Version 11 XScreenSaver(1)
Man Page