Opengl

Finally i will go with Opengl.
So there is any tutorial?
Should download something?
http://lmgtfy.com/?q=OpenGL+tutorial

You'll also need to download the headers and DLLs/Libs to go with it.
from where i can download them??
Do you have teamviewer or skype to help me?
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
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
Topic archived. No new replies allowed.