cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Opengl
Opengl
Oct 4, 2012 at 3:46pm UTC
skarla
(249)
Finally i will go with Opengl.
So there is any tutorial?
Should download something?
Oct 4, 2012 at 4:03pm UTC
Stewbond
(2827)
http://lmgtfy.com/?q=OpenGL+tutorial
You'll also need to download the headers and DLLs/Libs to go with it.
Oct 4, 2012 at 4:08pm UTC
skarla
(249)
from where i can download them??
Do you have teamviewer or skype to help me?
Oct 4, 2012 at 4:14pm UTC
Stewbond
(2827)
Heh, sorry I couldn't help but lmgtfy.
Glut is a good implementation of OpenGL and can be found here:
http://www.opengl.org/resources/libraries/glut/glut_downloads.php
You may need to download the source-code and then compile it for your system. Another option is to download pre-compiled binaries if you can find them.
This could be a good place to start your search:
http://www.opengl.org/sdk/
Last edited on
Oct 4, 2012 at 4:21pm UTC
Oct 4, 2012 at 4:31pm UTC
Shinigami
(309)
Glut is a dead project, use freeglut
http://freeglut.sourceforge.net/
if you want to learn OpenGL, but if you want to make graphics only use SFML
http://www.sfml-dev.org/tutorials/.
It is made on OpenGL.
And you may need this info too
http://www.theasciicode.com.ar/ascii-control-characters/escape-ascii-code-27.html
Last edited on
Oct 4, 2012 at 4:32pm UTC
Topic archived. No new replies allowed.