GLUT is OpenGL Utility Toolkit. It's a windowing system independent toolkit for writing programs that use OpenGL. It allows opening windows, handling mouse etc, but nothing really fancy.

It's more intended for learning the principles of OpenGL and to build small applications that use OpenGL. On the plus side, GLUT programs build effortlessly on any platform that has GLUT and OpenGL...