Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 8 of 8

Thread: Question

  1. #1
    Guest

    Question

    How much is the OpenGL? And, how do I get to learn how to use it? I mean.... where do I get to learn the coding? How about anyone of you? Learn in university or learn it by yourself. I am a Java programmer and I was wondering is the coding similar (I mean quite similar)?

  2. #2
    Member Regular Contributor
    Join Date
    Nov 2002
    Location
    USA
    Posts
    265

    Re: Question

    OpenGL does not cost, unless if you want to buy an OpenGL book, but if you want to program OpenGL I would prefer you either learn C or C++ first. To learn OpenGL, use the red book.

    Red Book - http://ask.ii.uib.no/ebt-bin/nph-dwe...per/OpenGL_PG/

    - VC6-OGL

  3. #3
    Intern Newbie
    Join Date
    Sep 2001
    Location
    Toledo OH
    Posts
    39

    Re: Question

    nehe.gamedev.net is good site, you will most likely want to learn how to program in c++ as well.

  4. #4
    Guest

    Re: Question

    Oh.... does that mean that OpenGL is quite similar to C++? And... do we need to write a huge amount of code in order to draw a human's head or do we need to draw by ourself? And... is it difficult to use OpenGL?

  5. #5
    Member Regular Contributor
    Join Date
    Nov 2002
    Location
    USA
    Posts
    265

    Re: Question

    It can be difficult if you try drawing a human head, but I prefer you create one using Discreet|3DS MAX, .3ds. It will get tough when trying to load an animation and all the polygons and texturing, but you shouldn't worry about that for a little while. It may take you a while to learn OpenGL.

    - VC6-OGL

  6. #6
    Intern Newbie
    Join Date
    Sep 2001
    Location
    Toledo OH
    Posts
    39

    Re: Question

    C++ is the best language realy to use OpenGL with, just from the stand point of all you have to do to use it is include the .lib and .h files and your ready to go from a linking aspect. Plus its fast

  7. #7
    Guest

    Re: Question

    Oh.... does that means that all OpenGL do is to draw and the rest of the code is implemented in C or C++?

  8. #8
    Senior Member OpenGL Pro
    Join Date
    Oct 2000
    Location
    Fargo, ND
    Posts
    1,797

    Re: Question

    OpenGL isn't a language, it is an API. An API is basically a defined set of functions to perform specific tasks. The API for OpenGL has been implemented in several languages, but the most commonly used one is C (which can also be used in C++ programs).
    Deiussum
    Software Engineer and OpenGL enthusiast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •