OpenGL Resources

Updated on Jan 6  2018


OpenGL,FreeGlut,VS

Deborah R. Fowler



Using OpenGL on Linux with Freeglut

Posted Oct 7  2015
Update Oct 8  2015

Currently in Monty we are using glut on Linux. This has been tested on two laptop linux platforms and will be tested in Monty when the image moves to freeglut.


If you do not have freeglut already installed:


If you have freeglut already installed:

To use ensure you have #include <GL/glut.h>
To compile see compiling table for commands, for example
g++ OpenGL_Step1_Window.cpp -lGL -lGLU -lglut