Click here to Skip to main content
15,887,325 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I made C code which show some coordinates.
And now i hope to show visualization by using my coordinates.
I plan to use opengl and i tried some times.
But i can't solve it.
how do i link C and opengl??
please reply exactly.....
thank you
Posted
Comments
Richard MacCutchan 25-Mar-15 10:00am    
please reply exactly
Exactly what? We have no idea what statements you are using for your link process, or what errors you are seeing. Please Improve your question with exact details.

You may find tutorials on the web, see, for instance: "Building your own C application"[^].
 
Share this answer
 
There are two opengl versions around: The original OpenGL[^] and the freeglut library[^].
The latter is more widly used actually, and of course is compatible with the original OpenGL.
From both version you can download development kits, for the freeglut there are also some other resources as this[^] where you can found complete precompiled development packages and samples.
On the OpenGL site on this page[^] at the tutorials section you'll find many resources to learn how to use OpenGl.
 
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