Great Extension Wrapper

nobody wrote on Thursday, January 06, 2005:

Hello! I just found GLEW, a great Extension Wrapper. Sorry if this link was posted before!

http://glew.sourceforge.net

kohaistyle wrote on Thursday, January 06, 2005:

Just to mention that GLFW already has an extension detection mechanism, and it works like a charm … :slight_smile:

nobody wrote on Saturday, January 08, 2005:

Yes, but you have to write all functions definitions yourself.

kohaistyle wrote on Saturday, January 08, 2005:

yes ok … it defines all PFN in place … useful in many case ( but i find it too bloated anyway :slight_smile: )

marcus256 wrote on Sunday, January 09, 2005:

Sorry if I’m rude, but what does this have to do with anything? Sure, I know about GLEW (haven’t used it though). GLFW has its own extension functions (quite general though), and I’m happy with that…