OpenGL SDK?
Is there an SDK for OpenGL? Or atleast something that shows all the OpenGL function and what they do? (Kind of like the DirectX SDK. Thx for your help.
msdn.microsoft.com
OpenGL programming guide
OpenGL reference guide
(online versions, don''t remember the url right now )
OpenGL programming guide
OpenGL reference guide
(online versions, don''t remember the url right now )
Couldn''t you use GLUT and get the OpenGL SuperBible? That is the route I am going after I learn to code games in DOS for starters. I have the OpenGL superbible and it covers GLUT very well. It is written well also. Good for newbies and probably not for advanced programmers.
Windows SUCKS! Deal with it!
if(windows crashes)
{
run Linux
}
else
{
yea right!!
}
Windows SUCKS! Deal with it!
if(windows crashes)
{
run Linux
}
else
{
yea right!!
}
March 21, 2001 01:29 PM
Shouldn''t that be:
if(windows(crashes))
{
run(Linux);
}
else
{
run(Mac);
if(Mac(Sucks)) goto(Windows);
}
if(windows(crashes))
{
run(Linux);
}
else
{
run(Mac);
if(Mac(Sucks)) goto(Windows);
}
1) openGL Utility toolkit, a libary wich allows you (among other things) to write opengl programs without having to think of windows code (creating windows, setting up pixeldescriptors and stuff). And it''s very portable to other platforms.
2) Your local computer bookstore, amazon.com.. ISBN: 1571691642
return 1;
2) Your local computer bookstore, amazon.com.. ISBN: 1571691642
return 1;
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement