Hey, im planing to make a game in OpenGL but where can i download the SDK?
please provoide with a direct link:P
This is a discussion on Download OpenGL SDK within the Game Programming forums, part of the General Programming Boards category; Hey, im planing to make a game in OpenGL but where can i download the SDK? please provoide with a ...
Hey, im planing to make a game in OpenGL but where can i download the SDK?
please provoide with a direct link:P
Couldn't you find your own avatar?
If I have eight hours for cutting wood, I spend six sharpening my axe.
nope didnt find a small one :P i can remove it if it bothers you
Of course it bothers me... Use your brain... and paint
If I have eight hours for cutting wood, I spend six sharpening my axe.
well, i got a new (own made lol) but the avatar wasnt my question, could any one please give me a link?
> please provoide with a direct link:P
How would we possibly know which compiler you're using.
Or operating system for that matter.
What search terms have you tried already?
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
I support http://www.ukip.org/ as the first necessary step to a free Europe.
OpenGL doesn't have an SDK like DirectX. If you're using windows, the required headers and libraries should already be installed.
I use Microsoft Visual C++ 2005 Express Edition and im running Windows (Vista if that has any matter)
i dont have the grafics.h ........ that uses OpenGL
Last edited by XelleX90; 12-25-2006 at 09:25 AM.
"grafics.h"? Even assuming you mean "graphics.h", that is no OpenGL header. It is, if I remember correctly, a proprietary header provided by old Borland compilers to give access to some rudimentary graphical capabilities.
OpenGL's main header is "GL/gl.h". The Platform SDK should contain it, although an old version. I would actually recommend the OpenGL Extension Wrangler ( http://glew.sf.net/ ) to get access to all the OpenGL stuff.
All the buzzt!
CornedBee
"There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
- Flon's Law
Nehe's OpenGL tutorials are essential. http://nehe.gamedev.net/
dwk
Seek and ye shall find. quaere et invenies.
"Simplicity does not precede complexity, but follows it." -- Alan Perlis
"Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
"The only real mistake is the one from which we learn nothing." -- John Powell
Other boards: DaniWeb, TPS
Unofficial Wiki FAQ: cpwiki.sf.net
My website: http://dwks.theprogrammingsite.com/
Projects: codeform, xuni, atlantis, nort, etc.