Open GL

Started by
10 comments, last by FireNet 19 years, 6 months ago
where can i get it and is it free?
Advertisement
First off do not spam the forum with threads one will get the job done just fine. Secondly OpenGL api used to develop OpenGL games comes with your video card driver if i am not mistaken. So all you have to do is reference the dll's in your C++ project then include the headers. then you are set to go.
My JournalComputer science education cannot make anybody an expert programmer any more than studying brushes and pigment can make somebody an expert painter. (Eric Raymond)"C makes it easy to shoot yourself in the foot. C++ makes itharder, but when you do, it blows away your whole leg."-- Bjarne Stroustrup
One post is usually enough :P

OpenGL is a graphics API (APplication Interface). It allows you to "talk" to the graphics card to do things like render triangles, set textures and so on.

It comes installed with windows. You can get the latest drivers for your card from your card manufacturers website. The Open GL header files (needed for writing games) comes with the platform SDK, which should come with your compiler.
sry about the spam. my mouse wouldn't click... I was actually lagging. lol
Quote:Original post by Evil Steve
API (APplication Interface).



OMG N00B!

API == Application Program Interface

/MindWipe
"To some its a six-pack, to me it's a support group."
Quote:Original post by MindWipe
OMG N00B!

API == Application Program Interface
My sincerest appologies :P
Quote:Original post by Evil Steve
Quote:Original post by MindWipe
OMG N00B!

API == Application Program Interface
My sincerest appologies :P


Alright for now... I just hope you learn from your mistakes.

/MindWipe
"To some its a six-pack, to me it's a support group."
Quote:Original post by MindWipe
Quote:Original post by Evil Steve
API (APplication Interface).



OMG N00B!

API == Application Program Interface

/MindWipe

it is also spelled as Application Programming Interface (same thing, just maybe Steve (and anyone who dont know it) would like to say Programming instead of Program)
pex.
The actual case is that both are "legal" since they refer to diffrent situation. But the meaning is the same. One is older then the other even though I don't remember the order.
So stop being lamers and discuss something importent instead. =)
Ok here are some links which should help you get started with opengl

Google - Best Search Engine on the planet
Nehe
Fallout Software
GameTutorials::OpenGL
Apron::OpenGL

[Edited by - FireNet on October 8, 2004 9:45:17 AM]
______________________________________________________________________________________________________
[AirBash.com]

This topic is closed to new replies.

Advertisement