too lazy to learn the win32 api... Wheres a list of the GLUT funcs!?

Hey friends! Got a list of all the ogl and glut functions online for reference? If you do, please refer me to the website! THANKS!

~Jesse

hm, i don’t know a site with all functions, but with almost all: http://www.eecs.tulane.edu/www/graphics/doc/OpenGL-Man-Pages/

if you want all, just buy the opengl reference manual (blue book), at least i’d refer it :wink:
have fun!
tolga.

oh, i forgot, you wanted glut aswell… they’re not in :frowning:
nevertheless, if i were you, i wouldn’t use glut. either use system-specific windowing functions, (eg, wgl lib) or try another lib.
i use sdl.

Originally posted by JLawson:
Hey friends! Got a list of all the ogl and glut functions online for reference? If you do, please refer me to the website! THANKS!

How about GL.h, glu.h and glut.h?

JLawson would have been wise to also state that he wanted short psuedocode examples, or descriptions of use. :stuck_out_tongue: