Open GL Library?

HI guys, I’m new to Open GL. Can someone tell me about the Open GL Library, and what each header file can do? Thanks.

Best way to learn is from some of the sites that have openGL tutoring examples.

gl.h header for the base openGL library.
glu.h header for the OpenGL utility library
glut.h header for the OpenGL Utility tool kit… handles window opening and input from keyboard and mouse, plus a few other stuff.

Originally posted by Krak:
HI guys, I’m new to Open GL. Can someone tell me about the Open GL Library, and what each header file can do? Thanks.