Thread: OGL Book

  1. #1

    OGL Book

    I want to find a book for OpenGL that teaches really slowly, but explains everything in great detail. I've been looking on the internet, but everything is either too much theory, or not enough theory. Where I'm at right now is, I can make 3D objects, make simple transformations, and apply textures. I got enough to make 2D games, but I want to be able to make at least a simple 3D proggie.

    I know this has been asked several times, please don't eat me alive.

  2. #2
    Registered User
    Join Date
    Feb 2002
    Posts
    465
    http://www.accu.org/bookreviews/public/

    [edit]
    i just looked on that site i pointed to and realized that it doesnt have any OpenGL books... sorry for the misdirection

    actually, i picked up a book called OpenGL Game Programming, by Kevin Hawkins and Dave Astle (in the game development series by prima ) and it was decent. it teaches from the basics so if you already have a good background with it, it may start off a little low for you, but it goes into some fairly advanced stuff so it would probably be worth your time...

    [/edit]
    Last edited by ...; 07-31-2003 at 12:23 PM.
    I came up with a cool phrase to put down here, but i forgot it...

  3. #3
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    I have OpenGL Game Programming and it's pretty good....for a more detailed book - OpenGL Programming Guide (or the Red Book as everyone calls it) by the OpenGL ARB.......that's an excellent book

  4. #4
    Student drdroid's Avatar
    Join Date
    Feb 2002
    Location
    Montreal, Quebec
    Posts
    669

    ...

    Opengl Programming Guide by the Opengl Architecture Review Board... It explains everything in basics and then gives the really specific/advanced stuff. The good thing is that it teaches the use of glut.h but not to the point where its specific to that. I've read pretty much the entire thing, I haven't yet seen anything bad about it. Though, if you get it I suggest at least above the third addition, that's what I have(I dunno if there's a newer version).

  5. #5
    I've read some of the blue and red books off the internet, they are pretty good.

    I guess I'll just have to sit and ponder at stuff a LOT longer than ever before.

    I'm sticking with 2D for the games I make, 3D for the tests I make . Unless I can find some kind of miracle book, that idiots like myself can understand .

    I'll check out that book by Kevin Hawkins, and see if it's any good. I wish we had a library around here that has books from past the DOS interrupt days. The newest book we have at our library on programming is "Teach yourself game programming in 21 days" by Andre Lamothe. I think it was printed in 1992 . I need to express my greatest gratitude for my parents for dragging me to this crappy place called Tennessee, where incest reigns king, next to ignorance, and general stupidity. It sucks. I think Indiana was in the top 5 states for education, and Tennessee is probably in the bottom 5. I miss indiana, and my old REAL friends, not these bastard hicks that only act like they're your friends.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. URGENT: Help wanted...in C
    By iamjimjohn in forum C Programming
    Replies: 16
    Last Post: 05-18-2007, 05:46 AM
  2. Books on C and C++
    By kermi3 in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-28-2002, 04:18 PM
  3. Newbie - MFC code from a book in VC++.Net
    By Guardian in forum Windows Programming
    Replies: 2
    Last Post: 04-27-2002, 07:17 PM
  4. C++: Reference Book, GUI, Networking & Beyond
    By kuphryn in forum C++ Programming
    Replies: 4
    Last Post: 11-10-2001, 08:03 PM