amazon

Sunday 15 May 2016

Beginning OpenGL Game Programming, Second Edition


What is OpenGL ?

Open Graphics Library (OpenGL) is a cross-language, cross-platform application programming interface (API) for rendering 2D and 3D vector graphics. The API is typically used to interact with a graphics processing unit (GPU), to achieve hardware-accelerated rendering. Silicon Graphics Inc., (SGI) started developing OpenGL in 1991 and released it in January 1992;[6] applications use it extensively in the fields of computer-aided design (CAD), virtual reality, scientific visualization, information visualization, flight simulation, and video games. OpenGL is managed by the non-profit technology consortium Khronos Group.

What you will learn

Beginning OpenGL, Second Edition, provides an easy-to-understand introduction to OpenGL, introducing all the basic elements of OpenGL used in game development as they apply to games. Covering OpenGL 3.0, the new and more efficient API that provides Direct3D 10 level graphics and is platform independent. 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.

Book description

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.

Reviews about this book

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.


Click here the link to download this book

No comments:

Post a Comment