Top "Glut" questions

The [Open]GL Utility Toolkit (GLUT) is a utility library for OpenGL applications to put the platform-dependent details (e.g. creating windows and responding to mouse events and key presses) under one hood, in an easy and portable way.

Why does my color go away when I enable lighting in OpenGL?

I am developing a graphics application in C++ with the OpenGL API and GLUT. To add lighting, I made the …

c++ opengl glut
OpenGL Rotation

I'm trying to do a simple rotation in OpenGL but must be missing the point. I'm not looking for a …

c++ opengl glut
can a bmp image format handle transparency

I am making this C++ program that has buttons, button containers, chat boxes, etc., and I want to wrap it …

visual-c++ opengl glut soil
Undefined references using GLUT with MinGW

The initial command shown below yields the following errors while compiling an OpenGL program written in C. C:\Users\razz\…

windows opengl mingw glut static-linking
opengl glutmainloop()

i just started off using OpenGL and it seems it is not easy to understand the working of the glutMainLoop() …

opengl glut
Displaying fixed location 2D text in a 3D OpenGL world using GLUT

I have an OpenGL project which uses GLUT (not freeglut) wherein I would like to display 2D text on the …

c++ opengl glut
Glut deprecation in Mac OSX 10.9, IDE: QT Creator

I was trying to build an opengl program on qt creator, installed on my mac, with osx 10.9. I got several …

c++ opengl osx-mavericks glut deprecation-warning
Difference between OpenGL files glew.h and gl.h/glu.h

I've built an OpenGL program with my glu and gl header files default included in windows 7 professional edition. Now, I've …

opengl glut glew
xcode 5 deprecation warning about glut functions

I just upgrade my mac os x 10.6.8 to 10.9 this morning. Everything goes fine except the Xcode 5 with OpenGL Glut APIs. …

opengl glut xcode5 deprecated osx-mavericks
glCreateShader is crashing

I should have the newest version of Glew and Glut so that shouldn't be the problem. Everything should be linked, …

c opengl graphics glut glew