SGI Windows NT Toolbox
|Download Files|

OpenGL Testbed

This program and Makefiles are designed to give the user a quick and easy opengl testbed to use under both IRIX and NT.

The sole purpose of this source code is to quickly allow people to test the same opengl code under irix and nt. It can be used to expose some different implicit behaviours of the opengl libraries on both systems and can be used to ensure correct behavior of a chunk of opengl code on those two platforms.

All windowing, event handling, and visual selection issues are handled through glut. This provides developers with the ability to quickly prototype an opengl drawing sequence by inserting code in the init, draw, and resize callbacks.

Syntax for builds and execution is the same in both environments.

Usage

to build the source, enter the following command:

    nt:    nmake -f makefile.nt
    irix: make -f makefile.irix

to run the program:

    nt || irix: go.exe

to clean up:

    nt:    nmake -f makefile.nt clobber
    irix: make -f makefile.irix clobber


Web Accessible Files of the src/gfx/opengl/exampleCode/testbed directory:

This is an automatically derived categorization of files of this directory. Only files which can be displayed or heard in some manner are included. Files may be immediately accessed by clicking the corresponding link. The Zip Archive (if present) contains all files in this directory/subtree (including executables, subdirectories, etc.)

Source

Documentation

Reference


Copyright © 1999, Silicon Graphics, Inc.