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.

How to draw connected strip lines in OpenGL like this

I want to draw a series of connected lines (GL_LINE_STRIP) in following way. I had tried to code …

c++ c opengl glut glu
g++ linker: /usr/lib/libGL.so.1: could not read symbols: Invalid operation

I'm trying to build a very simple OpenGL-app under Ubuntu 10.04 (I have a 32 bit system). When I'm trying to compile …

c++ opengl linker glut
Opengl drawing a 2d overlay on a 3d scene problem

I have a moving 3d scene set up, and I want to make a stationary 2d GUI overlay that is …

c opengl glut
What is the nicest way to close FreeGLUT?

I'm really having trouble closing my console application with FreeGLUT. I would like to know what the best way is …

c++ opengl console-application glut freeglut
Attempt to call an undefined function glutInit

I need a glut window in python. I have the following exception using Python 3.5 and PyOpenGL.GLUT Traceback (most recent …

python python-3.x glut pyopengl
GLuint not being recognised

I am creating a 3D application in OpenGL, and in order to display textures on the models that I'm reading …

c++ visual-studio opengl textures glut
GLUT pop-up menus

Is it easy to create GLUT pop-up menus for my OpenGL application? If yes, how?

opengl glut menu
Using GLUT with Visual C++ Express Edition

What are the basic steps to compile an OpenGL application using GLUT (OpenGL Utility Toolkit) under Visual C++ Express Edition?

visual-studio visual-c++ opengl glut
C++ Opengl - lighting using spotlight

I have a model that needs to be under a spotlight/directional light, Meaning, I need to switch between the …

c++ opengl glut
Shader can't be compiled

I'm following book "OpenGL Programming Guide 8th Edition". I just want to run the first program introduced in the book …

opengl shader glut osx-mavericks