Vous voulez voir cette page en français ? Cliquez ici.


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
More Buying Choices
Have one to sell? Sell yours here
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Beginning OpenGL Game Programming, Second Edition [Paperback]

Luke Benstead

List Price: CDN$ 37.99
Price: CDN$ 23.82 & eligible for FREE Super Saver Shipping on orders over CDN$ 25. Details
You Save: CDN$ 14.17 (37%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Only 2 left in stock (more on the way).
Ships from and sold by Amazon.ca. Gift-wrap available.
Want it delivered Thursday, May 23? Choose One-Day Shipping at checkout.

Book Description

Mar 12 2009
Are you a beginning programmer just getting started in 3D graphics programming? If you’re comfortable programming in C++ and have a basic understanding of 3D math concepts, "Beginning OpenGL Game Programming, Second Edition" will get you started programming 3D graphics for games using the OpenGL API. Revised to work with the latest version of OpenGL, OpenGL 3.0, this book is perfect for programmers who are new to game development or new to OpenGL. New skills and concepts are taught using step-by-step instructions, with end-of-chapter exercises for testing and reinforcement. From creating a simple OpenGL application, to applying texture mapping, and even displaying 2D fonts, you'll find complete yet concise coverage of all the newest features of OpenGL as they apply to 3D graphics for game development. And by the end of the book, you'll be able to apply your new-found knowledge of OpenGL to create your very own games.

Frequently Bought Together

Customers buy this book with More OpenGL Game Programming CDN$ 33.85

Beginning OpenGL Game Programming, Second Edition + More OpenGL Game Programming
Price For Both: CDN$ 57.67

Show availability and shipping details

  • This item: Beginning OpenGL Game Programming, Second Edition

    In Stock.
    Ships from and sold by Amazon.ca.
    Eligible for FREE Super Saver Shipping on orders over CDN$ 25. Details

  • More OpenGL Game Programming

    In Stock.
    Ships from and sold by Amazon.ca.
    This item ships for FREE with Super Saver Shipping. Details


Customers Who Bought This Item Also Bought


Product Details


Product Description

Review

Note from the Publisher:Corrected project files and image files from the book's accompanying CD-ROM can be found under "Downloads" on the Course Technology PTR website here: http://www.courseptr.com/ptr_downloads.cfm. You can search for the downloads using the book's title, ISBN, or author.We apologize for any inconvenience these errors may have caused.

About the Author

Luke has been programming OpenGL and C++ for 7 years. He graduated from the University of Portsmouth in 2002 with a Bsc(hons) Degree in Multimedia Programming and an HND in Software Engineering. At Portsmouth he was also awarded the Climax Prize for Best Interactive Technology Project for an OpenGL modeling application. Luke is an active member of the gamedev.net community and co-maintainer of nehe.gamedev.net. He currently works as a software developer in London.

Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

There are no customer reviews yet on Amazon.ca
5 star
4 star
3 star
2 star
1 star
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com: 3.3 out of 5 stars  10 reviews
50 of 54 people found the following review helpful
1.0 out of 5 stars I expect more from the co-founders of NeHe and GameDev Jun 14 2009
By David Nelson - Published on Amazon.com
Format:Paperback
I was extremely excited about this book. I was around when NeHe first started up but was working exculsively on DirectX. That website was such a resource it was amazing. I bought their book wihtout question and started working with it and reading it.
First problem was the source on the CD. The project settings are messed up so you have to rebuild the projects. Not a huge deal but kind of annoying. This stuff happens. A quicker fix is to go to: http://www.courseptr.com/ and search for the book - downloads. Then you're good.

The Positive:
They go into all the stuff you need to know about general openGL and they cover what's being removed and added in the new openGL model. This is very helpful and guides you on what you should use in your applicaitons so you have an easy transition to gl 3.1. They also cover things like text, and GLSL.

The Negative:
I am amazed that they call this a "Game Development" book. It's a shorter GL reference book and thats it. They show some terrain generation and that's about as far into *game* development you get. If you need a very complete GL reference you're probably better off witht he openGL "Redbook". If you know some GL and just want a simple reference then this is better since it's shorter.

The VERY Negative:
After reading this book for awhile I was blown away and pretty mad I even bought it. The guys from NeHe have always been good and writing solid tutorials and complete examples. The book simply says, "Here are the functions you need to call, here is how you use them, go look at the source code." And when they do show pieces of examples they are using varaibles that are not declared ahead of time so you have no idea what they are, they call functions and other pieces of code that are not explained and bottom line, there isn't ONE complete example in this book.

How in the world did the guys from NeHe go down this path? This is an awful book unless you just want the bare minimum functions listed to you. If you want working examples you can build up you must go to the CD. I travel a lot and use the flights and driving/riding time to read and keep up in the graphcis world. This book is practically useless in that context. I say go online, read tutorials and find examples to teach you whats new in gl 3.0 OR if you are interested in game development, find a GL book that teaches this.
6 of 6 people found the following review helpful
5.0 out of 5 stars a basic reference book for entering the openGL world Dec 23 2009
By Yorik van Havre - Published on Amazon.com
Format:Paperback|Amazon Verified Purchase
I bought this book because I'm getting more and more involved with computer graphics programming and I was interested in digging in something lower-level like OpenGL. I am no professional programmer, just hobbyist, I know python fairly well now and am just beginning to put my fingers into C++.

So, what I wanted was basically understand how OpenGL works, be able to follow with my limited C++ knowledge and also get a couple of yummy and well organized pieces of code to explore. This book fullfilled those 3 topics perfectly.

Some of the critics the others reviewers made may be true, for ex. that the example code doesn't correspond exactly to the examples in the book, but I didn't find that a bad thing, I saw the code more like "real-life" examples to explore, practice & tweak after you learned some theory in the book.

My very small knowledge of the C++ language didn't give me too much problem, the book focuses on explaining how you do things the opengl way and not on building working programs. For example it says things like "In OpenGL, this is how you must build a triangle: you first build an array with the vertices coordinates, then pass it that way". I had a bit of difficulty understanding a couple of specific programming topics at the beginning of the book, but the author himself doesn't extend much on those parts.

So I think you must not consider this book as a practical manual for building games, but rather a theory book about openGL, but a theory book made with a quite practical approach. It doesn't talk much about 3D geometry itself, but focuses on making you understand "the OpenGL way", with small tricks, examples, and the well-known experience of the NeHe people. If you already know a bit of spatial geometry (how 3D coordinates work, how vectors work, etc), it will help you greatly.

After reading the book my idea about OpenGL is that it is really, a bare, salty and undigest piece to eat. Everything must be done a certain way, not another and it is sometimes very counter-instinctive. But I also realized that OpenGL is the true foundation behind almost any other higher-level application, library, method, game or anything else realted to 3D that I have encountered. Things I encountered in some games, in Coin3D or in Blender suddenly make sense. I knew how you apply a texture on an object with your favorite 3D app already, but I know now how it works internally, and I have a good idea on how I could write a shader myself to overwrite the standard way...

So I enjoyed much this book, and probably will come back to it often as time passes.
3 of 4 people found the following review helpful
3.0 out of 5 stars OK, but not that great Dec 12 2009
By W. Riddle - Published on Amazon.com
Format:Paperback
I bought this book to help towards my understanding of OpenGL for college. And in my experience, this book is ok, but not that great.

Pros:
- The book explains most of what you need to know about about OpenGL functions, data types, etc.
- It's one of the few books out there that actually has you build something like a game at the end of the book.

Cons:
- Code on the CD is different from what's in the book. A lot of the different code is explained through very vague, 1 sentence comments. Stuff that's not even mentioned in the book.
- This is another "teach you about this subject" books, instead of the preferred "follow along and learn" books. What I mean by this is they will tell you how to make changes, but not where to put the code and in what file. It's up to you to either guess, or go through the different source code to try and figure it out.

Overall, I'd give it a 3/5. It explains OpenGL well, but don't count on the source code to help you. It will just confuse you more.

Listmania!

Create a Listmania! list

Look for similar items by category


Feedback


Amazon.ca Privacy Statement Amazon.ca Shipping Information Amazon.ca Returns & Exchanges