- Hands-On C++ Game Animation Programming
- Gabor Szauer
- 382字
- 2021-06-30 14:45:45
To get the most out of this book
To get the most out of this book, some experience with C++ is expected. You don’t have to be a hardened C++ master, but you should be able to debug simple C++ problems. Having some experience with OpenGL is a plus, but not required. No advanced C++ features are used. The provided code compiles against C++ 11 or the most recent version.
The code in this book is written against OpenGL 3.3 Core. The OpenGL code presented in this book is forward compatible; the highest compatible version of OpenGL at the time of publishing is 4.6. In Chapter 6, Building an Abstract Renderer, you will implement a thin abstraction layer on top of OpenGL. Throughout the rest of the book, you will be coding against this abstraction layer, rather than OpenGL directly.
The code presented should compile and run on just about any laptop running Windows 10 or a more recent version. The only hardware requirement to follow along with this book is access to a computer that can run Visual Studio 2019 or a more recent version.
The minimum hardware requirements for Visual Studio 2019 are:
- Windows 10, version 1703 or higher
- 1.8 Ghz or a faster processor
- 2GB of RAM
These requirements can be found online at: https://docs.microsoft.com/en-us/visualstudio/releases/2019/system-requirements
Download the example code files
You can download the example code files for this book from your account at http://www.packt.com. If you purchased this book elsewhere, you can visit http://www.packt.com/support and register to have the files emailed directly to you.
You can download the code files by following these steps:
- Log in or register at http://www.packt.com.
- Select the SUPPORT tab.
- Click on Code Downloads & Errata.
- Enter the name of the book in the Search box and follow the on-screen instructions.
Once the file is downloaded, please make sure that you unzip or extract the folder using the latest version of:
- WinRAR/7-Zip for Windows
- Zipeg/iZip / UnRarX for Mac
- 7-Zip/PeaZip for Linux
The code bundle for the book is also hosted on GitHub at https://github.com/PacktPublishing/Game-Animation-Programming. In case there's an update to the code, it will be updated on the existing GitHub repository.
We also have other code bundles from our rich catalog of books and videos available at https://github.com/PacktPublishing/. Check them out!
- Instant Testing with CasperJS
- Docker and Kubernetes for Java Developers
- 程序設計與實踐(VB.NET)
- 老“碼”識途
- Java軟件開發基礎
- Java Web開發技術教程
- Nexus規?;疭crum框架
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(高級進階篇)
- 程序員修煉之道:通向務實的最高境界(第2版)
- VMware虛擬化技術
- Python編程:從入門到實踐
- Asynchronous Android Programming(Second Edition)
- Visual Basic程序設計
- Mastering Business Intelligence with MicroStrategy
- 持續集成與持續交付實戰:用Jenkins、Travis CI和CircleCI構建和發布大規模高質量軟件