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 compile for Windows on Linux with gcc/g++?

I have written some effects in C++ (g++) using freeglut on Linux, and I compile them with g++ -Wall -lglut …

c++ opengl gcc glut freeglut
How do you install GLUT and OpenGL in Visual Studio 2012?

I just installed Visual Studio 2012 today, and I was wondering how can you install GLUT and OpenGL on the platform?

opengl visual-studio-2012 glut
How do I draw text with GLUT / OpenGL in C++?

How do I draw a text string onto the screen using GLUT / OpenGL drawing functions?

c++ opengl text glut
OpenGL GLX extension not supported

I had installed OpenGL and freeglut in Ubuntu 10.04 and it worked fine in 10.04 and 10.10. But after I upgraded to 11.04, the …

opengl ubuntu glut xlib glx
background colour in opengl

I want to change background color of the window after pressing the button, but my program doesn't work, can somebody …

opengl graphics glut
Cmake link library target link error

Hi I have problem with linkg Glfw and other libraries using cmake. From command line i compile like this g++ …

c++ opengl cmake glut glew
Getting smooth, big points in OpenGL

I started playing around with OpenGL and GLUT. I would like to draw some points, but the problem is that …

c opengl glut
Initializing OpenGL without GLUT

every introduction and sample that I can find seems to use GLUT or some other framework to "initialize" OpenGL. Is …

opengl glut
How to load a bmp on GLUT to use it as a texture?

I've been searching all around for a simple solution to add sprites to my OpenGl GLUT simple moon lander game …

c++ opengl textures glut bmp
How to apply texture to glutSolidCube

I can find tutorials about mapping textures to polygons specifying vertices etc. but nothing regarding how to apply a texture …

opengl glut textures