Download List

Project Description

Glt is a library of C++ classes and routines for programming interactive 3D graphics with OpenGL. The aim of Glt is to augment the OpenGL API with convenient mechanisms for manipulating the OpenGL state machine. Glt is a work in progress, and by no means covers the entire OpenGL specification. However, it already includes several useful classes and is designed so that additional classes can be added easily. In addition to Glt, the GlutMaster classes provide C++ wrappers for the GLUT API.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-09-08 17:30
0.8 rc3

Miscellaneous bug fixes and minor enhancements
were made. Full support for the MS .NET compiler
was added. Full support for the MingW32 compiler
under Cygwin was added. Some incompatibilities
with the previous release candidate were fixed.
The code now builds (nearly) cleanly using -Wall
and -pedantic.
Tags: Release Candidates, Minor bugfixes

2003-05-31 18:19
0.8 rc2

Additional refinements were made. Makefiles have been reorganised and documented, the 3D Studio (3DS) loader was revamped, and many -Wall compiler warnings were resolved.
Tags: Release Candidates, Minor bugfixes

2003-05-13 03:16
0.8 rc1

Bug fixes, Perlin Noise, FBM and Turbulence, JPEG support, initial Quake3 MD3 support, large textures and image slide shows, optional wide-string support, and improvements to the documentation.
Tags: Release Candidates, Major feature enhancements

2002-11-05 08:46
0.7

Minor feature enhancements, some bugfixes, and some incompatibility fixes with 0.6 were made. It compiles on gcc 3.2 (Red Hat 8.0) and gcc 3.0 on SGI IRIX. VRML style background nodes and VRML parser enhancements were added. Miscellaneous bugfixes were also made.
Tags: Minor feature enhancements

2002-06-07 08:02
0.6

A Windows screen saver mode and support for PNG image reading/writing was added. GlutWindow now uses OnOpen() and OnClose() for OpenGL initialisation and cleanup. A large collection of pre-defined colours and a templated circular buffer class were added. The zLib library was updated to resolve a security issue.
Tags: Major feature enhancements

Project Resources