Items related to OpenGL Game Development By Example

OpenGL Game Development By Example - Softcover

 
9781783288199: OpenGL Game Development By Example

Synopsis

If you are a prospective game developer with some experience using C++, then this book is for you. Both prospective and experienced game programmers will find nuggets of wisdom and practical advice as they learn to code two full games using OpenGL, C++, and a host of related tools.

"synopsis" may belong to another edition of this title.

About the Author

Robert Madsen

Robert Madsen is an accomplished game programmer, with dozens of published games to his credit. He started programming in 1979, and he has been a programmer for all of his professional life. He entered the game industry in 2004, and he founded SynapticSwitch, LLC in 2010. As studio director, he continues to code while also managing the broader needs of an independent game development studio.

"About this title" may belong to another edition of this title.

Buy Used

Condition: Very Good
Ships from the UK. Former library...
View this item

FREE shipping within United Kingdom

Destination, rates & speeds

Buy New

View this item

£ 2.49 shipping within United Kingdom

Destination, rates & speeds

Search results for OpenGL Game Development By Example

Stock Image

Madsen, Stephen, Madsen, Robert
Published by Packt Publishing, Limited, 2016
ISBN 10: 1783288191 ISBN 13: 9781783288199
Used Softcover

Seller: Better World Books Ltd, Dunfermline, United Kingdom

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: Very Good. Ships from the UK. Former library book; may include library markings. Used book that is in excellent condition. May show signs of wear or have minor defects. Seller Inventory # GRP102296736

Contact seller

Buy Used

£ 47.94
Convert currency
Shipping: FREE
Within United Kingdom
Destination, rates & speeds

Quantity: 1 available

Add to basket

Stock Image

Robert Madsen, Stephen Madsen
Published by Packt Publishing 2016-03-08, 2016
ISBN 10: 1783288191 ISBN 13: 9781783288199
New Paperback

Seller: Chiron Media, Wallingford, United Kingdom

Seller rating 4 out of 5 stars 4-star rating, Learn more about seller ratings

Paperback. Condition: New. Seller Inventory # 6666-IUK-9781783288199

Contact seller

Buy New

£ 49.95
Convert currency
Shipping: £ 2.49
Within United Kingdom
Destination, rates & speeds

Quantity: 10 available

Add to basket

Stock Image

Madsen, Robert; Madsen, Stephen
Published by Packt Publishing, 2016
ISBN 10: 1783288191 ISBN 13: 9781783288199
New Softcover

Seller: Ria Christie Collections, Uxbridge, United Kingdom

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: New. In. Seller Inventory # ria9781783288199_new

Contact seller

Buy New

£ 52.90
Convert currency
Shipping: FREE
Within United Kingdom
Destination, rates & speeds

Quantity: Over 20 available

Add to basket

Stock Image

Robert Madsen
Published by Packt Publishing Limited, 2016
ISBN 10: 1783288191 ISBN 13: 9781783288199
New PAP
Print on Demand

Seller: PBShop.store UK, Fairford, GLOS, United Kingdom

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

PAP. Condition: New. New Book. Delivered from our UK warehouse in 4 to 14 business days. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000. Seller Inventory # L0-9781783288199

Contact seller

Buy New

£ 53.55
Convert currency
Shipping: FREE
Within United Kingdom
Destination, rates & speeds

Quantity: Over 20 available

Add to basket

Stock Image

Robert Madsen
Published by Packt Publishing Limited, 2016
ISBN 10: 1783288191 ISBN 13: 9781783288199
New PAP
Print on Demand

Seller: PBShop.store US, Wood Dale, IL, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

PAP. Condition: New. New Book. Shipped from UK. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000. Seller Inventory # L0-9781783288199

Contact seller

Buy New

£ 59.61
Convert currency
Shipping: FREE
From U.S.A. to United Kingdom
Destination, rates & speeds

Quantity: Over 20 available

Add to basket

Stock Image

Robert Madsen
Published by Packt Publishing Limited, 2016
ISBN 10: 1783288191 ISBN 13: 9781783288199
New Paperback / softback
Print on Demand

Seller: THE SAINT BOOKSTORE, Southport, United Kingdom

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Paperback / softback. Condition: New. This item is printed on demand. New copy - Usually dispatched within 5-9 working days 526. Seller Inventory # C9781783288199

Contact seller

Buy New

£ 61.16
Convert currency
Shipping: FREE
Within United Kingdom
Destination, rates & speeds

Quantity: Over 20 available

Add to basket

Seller Image

Robert Madsen, Stephen Madsen
Published by Packt Publishing Limited, GB, 2023
ISBN 10: 1783288191 ISBN 13: 9781783288199
New Digital

Seller: Rarewaves.com UK, London, United Kingdom

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Digital. Condition: New. Design and code your own 2D and 3D games efficiently using OpenGL and C++About This Book. Create 2D and 3D games completely, through a series of end-to-end game projects. Learn to render high performance 2D and 3D graphics using OpenGL. Implement a rudimentary game engine using step-by-step codeWho This Book Is ForIf you are a prospective game developer with some experience using C++, then this book is for you. Both prospective and experienced game programmers will find nuggets of wisdom and practical advice as they learn to code two full games using OpenGL, C++, and a host of related tools.What You Will Learn. Set up your development environment in Visual Studio using OpenGL. Use 2D and 3D coordinate systems. Implement an input system to handle the mouse and the keyboard. Create a state machine to handle complex changes in the game. Load, display, and manipulate both 2D and 3D graphics. Implement collision detection and basic physics. Discover the key components needed to complete a polished game. Handle audio files and implement sound effects and musicIn DetailOpenGL is one of the most popular rendering SDKs used to develop games. OpenGL has been used to create everything from 3D masterpieces running on desktop computers to 2D puzzles running on mobile devices. You will learn to apply both 2D and 3D technologies to bring your game idea to life.There is a lot more to making a game than just drawing pictures and that is where this book is unique! It provides a complete tutorial on designing and coding games from the setup of the development environment to final credits screen, through the creation of a 2D and 3D game.The book starts off by showing you how to set up a development environment using Visual Studio, and create a code framework for your game. It then walks you through creation of two games-a 2D platform game called Roboracer 2D and a 3D first-person space shooter game-using OpenGL to render both 2D and 3D graphics using a 2D coordinate system. You'll create sprite classes, render sprites and animation, and navigate and control the characters. You will also learn how to implement input, use audio, and code basic collision and physics systems. From setting up the development environment to creating the final credits screen, the book will take you through the complete journey of creating a game engine that you can extend to create your own games.Style and approachAn easy-to-follow guide full of code examples to illustrate every concept and help you build a 2D and 3D game from scratch, while learning the key tools that surround a typical OpenGL project. Seller Inventory # LU-9781783288199

Contact seller

Buy New

£ 62.83
Convert currency
Shipping: FREE
Within United Kingdom
Destination, rates & speeds

Quantity: Over 20 available

Add to basket

Stock Image

Madsen, Robert; Madsen, Stephen
Published by Packt Publishing, 2016
ISBN 10: 1783288191 ISBN 13: 9781783288199
New Softcover
Print on Demand

Seller: Majestic Books, Hounslow, United Kingdom

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: New. Print on Demand pp. 420. Seller Inventory # 371238044

Contact seller

Buy New

£ 61.22
Convert currency
Shipping: £ 3.35
Within United Kingdom
Destination, rates & speeds

Quantity: 4 available

Add to basket

Stock Image

Madsen, Robert; Madsen, Stephen
Published by Packt Publishing, 2016
ISBN 10: 1783288191 ISBN 13: 9781783288199
New Softcover

Seller: Books Puddle, New York, NY, U.S.A.

Seller rating 4 out of 5 stars 4-star rating, Learn more about seller ratings

Condition: New. pp. 420. Seller Inventory # 26374807363

Contact seller

Buy New

£ 61.13
Convert currency
Shipping: £ 6.69
From U.S.A. to United Kingdom
Destination, rates & speeds

Quantity: 4 available

Add to basket

Stock Image

Madsen, Robert; Madsen, Stephen
Published by Packt Publishing, 2016
ISBN 10: 1783288191 ISBN 13: 9781783288199
New Softcover
Print on Demand

Seller: Biblios, Frankfurt am main, HESSE, Germany

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: New. PRINT ON DEMAND pp. 420. Seller Inventory # 18374807369

Contact seller

Buy New

£ 65.24
Convert currency
Shipping: £ 6.86
From Germany to United Kingdom
Destination, rates & speeds

Quantity: 4 available

Add to basket

There are 5 more copies of this book

View all search results for this book