community
directory
books
authors
images
encyclopedia

Email:
Password:
Register

Knowledgerush Search

 

Google
  Web knowledgerush


Search for images of GLUT


Message boards   Post comment

GLUT

GLUT is the OpenGL Utility Toolkit.

GLUT is a library of utilities for OpenGL programs, which primarily perform system-level I/O with the host operating system. Functions performed include window definition, window control, and keyboard and mouse input. GLUT even has some (ugly) support for creating popup windows.

GLUT was written by Mark J. Kilgard, author of 'OpenGL Programming for the X Window System' and 'The Cg Tutorial: The Definitive Guide to Programmable Real-Time Graphics'.

Also, GLUT provides routines for drawing a number of geometric primitives (both in solid and wireframe mode), including cubes, spheres and the Utah teapot.

GLUT is in the first place created to write rather portable code between operating systems (GLUT is available for many operating systems) and in the second place to make learning OpenGL more easy. Getting started with OpenGL programming while using GLUT takes only a few lines of code and you don't need any knowledge of operating system specific windowing API's.

You can recognize a GLUT function by looking at it, they all start with the glut suffix. An example function is glutPostRedisplay() which asks to rerender the current screen.

For more information, see the GLUT documentation].

Referenced By

IRIS GL | OpenGL | Utah Teapot

 

Compose Your Message

Your Email Address or Pen Name (optional):
Subject:
Your Message:
 

 

 

 

 

 

This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "GLUT".

 

Contact UsPrivacy Statement & Terms of Use

 
Copyright © 1999-2003 Knowledgerush.com. All rights reserved.