Sharing OpenGL context

shadowice wrote on Thursday, July 13, 2006:

I’m currently using fltk to create an OpenGL window, but I would also like to use some of the GLFW features (especially for extensions). Is there any way to give the GL context to GLFW? Or any workaround?

elmindreda wrote on Wednesday, August 16, 2006:

GLFW doesn’t play well with UI toolkits, and isn’t designed to do so. A better way for you to get portable access to extensions whilst using FLTK would be to use GLEW[1].

[1] http://glew.sourceforge.net/