Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
slt,
j'ai une question qui concerne l'integration open gl dans visuel studio 2008. comment je peut realiser ça?. merci

Translation:

Hi, I have a question which relates to OpenGL in Visual Studio 2008. How I can carry out that? Thank you
Posted
Updated 17-May-10 1:16am
v3

This is an English-only site.

OpenGL doesn't integrate into Visual Studio. It's a set of libraries that you link to with your own code. You didn't say what language you;'re using so I'll assume that it's unmanaged C++. Just link to the header and lib files. As far as .Net is concerned, I suspect that a google search will give you thousands of hits.
 
Share this answer
 
v2
Supposing you are wanting to develop OpenGL games in C#, then you might want to consider the SDL[^] library. It looks to be really useful.
 
Share this answer
 
Go for GLUT, if you are a starter. You will find GLUT libraries on xmission's (Hosted by Nate Robbin) site. Or else you could get the Open Source version from http://freeglut.sourceforge.net.

If you want to render your 3D application with OpenGL and don't want to go in deep with traditional OpenGL code then try Irrlicht 3D/OGRE API's.

Good luck.. ;)
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900