Thread: Open GL ?

  1. #1
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688

    Unhappy Open GL ?

    Hi guys I want to move away from Text Game Programs and learn somthing a little more advanced now, like open GL so I can work with graphics.

    But I have to questions..

    Will it run ok on my system, I have WindowsXp and I use a combination of DevC++ and Microsoft Visual C++ 2005 Beta 2.

    My other question is that do I have to know Windows Programming to learn Open Gl, as most graphics are presented in a window format ont on DOS.

    Any Help will be greatly appreiciated

  2. #2
    Registered User Jaqui's Avatar
    Join Date
    Feb 2005
    Posts
    416
    the docs for opengl will actually explain how to use it for programming.

    and, you can use opengl in dos, just you would be directly driving the graphics card, which will include every aspect of what is on screen.

    to use it under a gui, you should look at the api docs for your gui.
    ( since mine is enlightenment I can't say exactly what you would need to know to use windows api with opengl )
    Quote Originally Posted by Jeff Henager
    If the average user can put a CD in and boot the system and follow the prompts, he can install and use Linux. If he can't do that simple task, he doesn't need to be around technology.

  3. #3
    Registered User
    Join Date
    Mar 2002
    Posts
    1,595
    I thought the folks at Nehe did a great job helping you set up OpenGL using just about any OS you wanted and the tutorials were just as good.
    You're only born perfect.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Open GL
    By alexnb185 in forum Game Programming
    Replies: 4
    Last Post: 08-18-2007, 11:52 AM
  2. Open GL v.s Direct X
    By Frantic- in forum C++ Programming
    Replies: 21
    Last Post: 01-28-2005, 11:55 PM
  3. open gl
    By nerdyneo in forum Game Programming
    Replies: 2
    Last Post: 11-14-2003, 04:33 PM
  4. problem with open gl engine.
    By gell10 in forum Game Programming
    Replies: 1
    Last Post: 08-21-2003, 04:10 AM
  5. Ghost in the CD Drive
    By Natase in forum A Brief History of Cprogramming.com
    Replies: 17
    Last Post: 10-12-2001, 05:38 PM