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 4 of 4

Thread: Im a begginer :D

  1. #1
    Guest

    Im a begginer :D

    Hello :| Im a completely begginer in opengl.. I like it cause its easier than dx8 of course but i dont know some basic things that would allow me to program. i get confused with all the GL_SOMETHINGS and the glSomething, they are so many! can anyone suggest anything? is there any books i can get to learn?
    Thanx a lot in advance
    Alkakios3k

  2. #2
    Intern Contributor
    Join Date
    May 2001
    Location
    Malaysia
    Posts
    60

    Re: Im a begginer :D

    Hello,

    Since you're new to opengl, I suggest U to use glut. I think it is easy to understand. For me, the most basic and important thing to understand in opengl is not how to initialize the windows but how to use the transformation matric. What I mean is glTranslate,glRotate, and glScale.

    So about the book,I don't like books! And I don't have any! Maybe thats why I'm still a beginer Here,try this link:
    http://www.fatech.com/tech/opengl/glut/

    I think that's enough for starting. Do you know 3D Exploration?Check it out.It makes your life easier!
    http://www.us.righthemisphere.com/3d...ation_home.htm

  3. #3
    Advanced Member Frequent Contributor
    Join Date
    Feb 2001
    Location
    Australia
    Posts
    587

    Re: Im a begginer :D

    Try the tutorials on http://nehe.gamedev.net/opengl.asp If you're serious about learning OpenGL (willing to spend money) I'd definitely recommend the OpenGL Programming Guide 3rd Edition - The Official Guide to Learning OpenGL, Version 1.2 by the OpenGL Architecture Review Board, 1999, Addison-Wesley.

    Otherwise, if you're looking to save money (and since OpenGL 1.2 isn't supported by Microsoft anyway), the older version (1.1) is online. Just search this discussion board for the "red book".

    Later on, when you know a bit more, you might find the "blue book" just as handy. Both are a bit dry to read, but hold everything you need to know (except extensions ).

  4. #4
    Guest

    Re: Im a begginer :D

    OK guys, thanx both, ill check everything out

    Alkakios

Posting Permissions

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