Advertisement

OpenGL SDK?

Started by March 20, 2001 09:00 PM
5 comments, last by gizban 23 years, 8 months ago
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 )
Advertisement
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!!
}

Resist Windows XP''s Invasive Product Activation Technology!
Shouldn''t that be:

if(windows(crashes))
{
run(Linux);
}
else
{
run(Mac);
if(Mac(Sucks)) goto(Windows);
}
What is GLUT in the first place, and where do I get the OGL Superbible?
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;
Advertisement
Yes, one from Microsoft and Silicion Graphics.

I''ll email the one from Microsoft.

BGCJR
Game Core

This topic is closed to new replies.

Advertisement