1. What Are GLUT, GLFW, and FreeGLUT?
- Posted by cklester <cklester at yahoo.com> Jun 15, 2004
- 545 views
What are these programs and how do they relate to OpenGL? They are obviously not needed for OpenGL programming, so what advantage do they confer upon their users? Thanks!!!
2. Re: What Are GLUT, GLFW, and FreeGLUT?
- Posted by Evan Marshall <1evan at sbcglobal.net> Jun 15, 2004
- 560 views
cklester wrote: > > What are these programs and how do they relate to OpenGL? > They are obviously not needed for OpenGL programming, so > what advantage do they confer upon their users? > > Thanks!!! > They are toolkits to make programming OpenGL easier. But there are some limitations as to what can be accomplished with them. http://www.gamedev.net/community/forums/topic.asp?topic_id=63796 Check out the forums on OpenGL.org, too.