Thread: OpenGL

  1. #1
    Registered User
    Join Date
    Dec 2004
    Posts
    31

    OpenGL

    Where can I get OpenGL? Do I have to buy it or can I download it and if I can download it, is it full version or just a trial? I looked at www.opengl.org, but I didn't find anything (Most likely overlooked). If it is on there what am I looking for to download? OpenGL 1.0, 2.0, or what? Thank you for any help.


    Emotions

  2. #2
    Registered User linuxdude's Avatar
    Join Date
    Mar 2003
    Location
    Louisiana
    Posts
    926
    umm what OS. You want the most recent version(1.2)

  3. #3
    Registered User
    Join Date
    Dec 2004
    Posts
    31
    I'm running Windows XP.

  4. #4
    ---
    Join Date
    May 2004
    Posts
    1,379
    OpenGL is completely free.
    Windows XP comes with OpenGL, though more than likely not the latest version.
    What compiler are you using?

  5. #5
    Registered User
    Join Date
    Dec 2004
    Posts
    31
    I am using Dev-C++ as my compiler.

  6. #6
    I am the worst best coder Quantrizi's Avatar
    Join Date
    Mar 2002
    Posts
    644
    NeHe has a link to this stuff in his first lesson (IIRC).

  7. #7
    Registered User
    Join Date
    Sep 2004
    Posts
    197
    What you need to use OpenGL in windows is mainly included with your Video cards drivers as far as I know, as the company that makes the GPU (Nvidia or ATI) actually determines what it supports, and how the hardware is to complete the calls you make. There have been software impletmentations of OpenGL (MesaGL is one, don't know if it has a windows version though).
    As for the most recent version, you a bit behind in the news aren't you linuxdude, the most recent version is 2.0, but the highest version my card supports (Nvidia 5950 Ultra) is 1.5 (although it does have the extensions that are part of 2.0, just doesn't have that listed in the driver info.
    If any part of my post is incorrect, please correct me.

    This post is not guarantied to be correct, and is not to be taken as a matter of fact, but of opinion or a guess, unless otherwise noted.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Linking OpenGL in Dev-C++
    By linkofazeroth in forum Game Programming
    Replies: 4
    Last Post: 09-13-2005, 10:17 AM
  2. OpenGL Window
    By Morgul in forum Game Programming
    Replies: 1
    Last Post: 05-15-2005, 12:34 PM
  3. OpenGL .dll vs video card dll
    By Silvercord in forum Game Programming
    Replies: 14
    Last Post: 02-12-2003, 07:57 PM
  4. OpenGL and Windows
    By sean345 in forum Game Programming
    Replies: 5
    Last Post: 06-24-2002, 10:14 PM
  5. opengl code not working
    By Unregistered in forum Windows Programming
    Replies: 4
    Last Post: 02-14-2002, 10:01 PM