Converstion in OpenGL

How do i change code that is made for a console appliction into something that works for the screen type in open gl?
:cool: :eek: :cool:

Hm, you’re question is too evasive, if you want to know how to program using windows interface (i guess you’re under windows…) you should better learn Win32 library
If you are really motivated, check the lesson from NeHe web page

good luck, learn how to build a framework isn’t really easy…

You can also use GLUT library, in this case, google.com can help you in your research

I would recomend FLTK instead of GLUT it is nearly as easy to use a much more versitle.