Thread: OpenGL book

  1. #1
    Registered User morbuz's Avatar
    Join Date
    Aug 2001
    Posts
    35

    OpenGL book

    I'm going to buy myself a book about OpenGL, but I'm not sure which one to get.
    I've read a lot of good reviews on "OpenGL(R) Programming Guide: The Official Guide to Learning OpenGL, Version 1.2".
    My question is;
    Is this book to advanced for an OpelGL-newbie?
    I have some very basic knwoledge about DDraw, but that's about it...
    Any other books i should consider buying?
    [Signature here. (Remove this!)]

  2. #2
    Fingerstyle Guitarist taylorguitarman's Avatar
    Join Date
    Aug 2001
    Posts
    564
    The two previous versions of "The Red Book" are available for free online. Version1.1 is very close to ver1.2 as far as I can tell. The book isn't too difficult to understand, but extra tutorials are helpful for some of the parts.
    here's the first (ver1)
    http://fly.srk.fer.hr/~unreal/theredbook/

    and this one has one more chapter (ver1.1)
    http://ask.ii.uib.no/ebt-bin/nph-dwe...per/OpenGL_PG/
    this website also has the programmer's manual for it too. Just go to the home page and click on the developer's link.

    for some good tutorials go to
    http://nehe.gamedev.net/

  3. #3
    Unregistered
    Guest
    I would also recommend going to this site if your interested in opengl -> http://www.opengl.org Their message board is great, and there are a few guys from ATI and NVIDIA there to help also. This site also has some good links to opengl things like tutorials and papers.

  4. #4
    tHaPuTeR
    Guest

    Lightbulb

    I would suggest NeHe's site as well... The tutorials there are awesome. Im not sure if I should recommend buying OpenGL game programming if you considered that. Everything in that book can be learned from NeHe's site. I have no idea about other OpenGL books because, I dont have any!

    NeHe's site : nehe.gamedev.net

    tHaPuTeR

  5. #5
    Registered User
    Join Date
    Jan 2002
    Posts
    75

    Post

    The Red Book to OpenGL provides a good reference to how to use OpenGL. But it's more or less a description of the API as opposed to a good book to neccesarily learn from. It's also rather expensive if you buy it ($50). Fortunantly, slightly older version are available online for free.

    A good book to start you on the track of learning what Real-time 3D Computer Graphics is about would be Interactive Computer Graphics: A Top Down Approach with OpenGL. This book gives you a good sense of knowing what you are doing and will also help you come more to grips with the OpenGL Api.

    The big guide to 3D Computer Graphics though is probably Computer Graphics: Principles and Practice Second Edition . However, this is not the book you want to get if we want to start learning 3d computer graphics or displaying things on the screen. This book is much more theoritical than it is practical. It's more oriented towards an implementor's view and suitable for a college course.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. first opengl game, problems.
    By n3v in forum Game Programming
    Replies: 1
    Last Post: 07-11-2006, 08:22 PM
  2. Question about book
    By Kaidao in forum C++ Programming
    Replies: 6
    Last Post: 03-20-2006, 03:31 AM
  3. new book about game programming using DirectX
    By Carlos in forum Game Programming
    Replies: 0
    Last Post: 09-20-2005, 08:30 AM
  4. Memory leak - need help finding
    By ChadJohnson in forum C++ Programming
    Replies: 8
    Last Post: 04-06-2005, 07:26 PM
  5. I"m selling a book...
    By St0rmTroop3er in forum Game Programming
    Replies: 2
    Last Post: 12-13-2003, 01:55 PM