-
Best OpenGL Toolkit
Hello all,
Whats the most up to date toolkit for OpenGL? I'm trying to learn GLUT but I heard its outdated. Should I try to learn OpenGL withou a toolkit? Is there any good tutorials with or without a toolkit? I'm just not sure where I should start
Thanks,
Zaroth
-
Junior Member
Regular Contributor
Re: Best OpenGL Toolkit
I would recommend glfw. It is a more minimalistic toolkit than glut. It enables you to create an OpenGL application almost independent on platform. There are some utilities in glut that depends on the deprecated immediate mode of OpenGL, but those are not part of glfw.
glew is also a kind of a toolkit, efficiently helping you to decode function addresses.
-
Re: Best OpenGL Toolkit
I'd say GLFW in combo with GLEW is the best. freeGLUT is overrated, its only advantage vs GLFW is that can be slightly easier to use for some.
-
Re: Best OpenGL Toolkit
Yeah GLFW does look good, is there any books or online tutorials explaining how to use it? The most useful thing I found was the user manual on their website
-
Junior Member
Regular Contributor
Re: Best OpenGL Toolkit
The glfw manuals are quite good. For simple examples, download the source.
-
Member
Regular Contributor
Re: Best OpenGL Toolkit
glfw doesn't do much, so no big manual and no long list of tutorials is needed. It's small, cross platform, supports the OpenGL 3.2 core context on Mac OSX Lion and gives you a lot of options to configure your context (even ARB_debug_extension works well with glfw).
I'd recommend it too.
-
Senior Member
OpenGL Guru
Re: Best OpenGL Toolkit
GLFW (and FreeGLUT for that matter) comes with a bunch of examples, if you need to see how they basically work.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules