SDL + OpenGL with Extensions on Linux and Windows

Hello,

Which is the best way to support OpenGL with extensions for Linux and
Windows?
I found “SDL_glel”, but i am not sure about this.

If you know a better way for using OpenGL-Extensions, please let me know.

thanks,
Martin

Which is the best way to support OpenGL with extensions for Linux and
Windows?

I found GLEW (glew.sf.net) the easiest way to use extensions across
all platforms.

  • Andreas

I’ve used GLEE before (http://elf-stone.com/downloads.php) but I have
a feeling that GLEW is more mature.

JamesOn Sun, 17 Oct 2004 14:08:18 +0200, Andreas Umbach wrote:

Which is the best way to support OpenGL with extensions for Linux and
Windows?

I found GLEW (glew.sf.net) the easiest way to use extensions across
all platforms.

d4rkm4r3 wrote:

Hello,

Which is the best way to support OpenGL with extensions for Linux and
Windows?
I found “SDL_glel”, but i am not sure about this.

Don’t use that ! It’s not working yet (and I know what I’m talking about
since I’m the author).

Some stuff to try :

Stephane

Stephane Marchesin wrote:

d4rkm4r3 wrote:

Hello,

Which is the best way to support OpenGL with extensions for Linux and
Windows?
I found “SDL_glel”, but i am not sure about this.

Don’t use that ! It’s not working yet (and I know what I’m talking about
since I’m the author).

Some stuff to try :

Stephane

i tested GLEW, after the hint from James Arthur.
GLEW looks like a good choice for my needs.

Thank you, Stephane and James.

Martin