In most ways, it is ;) It's a header/lib set that allows you to program OpenGL stuff.. so.. for me, it IS definetly a SDK ! ;)
Thanks ! Will try that too !
Type: Posts; User: ZeGlobby
In most ways, it is ;) It's a header/lib set that allows you to program OpenGL stuff.. so.. for me, it IS definetly a SDK ! ;)
Thanks ! Will try that too !
Thanks everybody !
It's all clearer now.. Used GLew which is, indeed, a complete OpenGL SDK (I thought it was only an extension manager of some sort).. :)
Thanks a lot !
I didn't realize GLEW was including the whole GL sdk, I thought it was an additionnal lib to use extensions.. it all makes sense now
thanks !
Side note : for the beginner, the...
Hey guys..
I've been a DirectX graphics programmer (my job) for the last 8 years.. Only did some OpenGL a long long time ago (before VBOs and stuff like this), and I'm trying to get back at it...