Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Mastering C++ Game Development : Create Professional and Realistic 3D Games Using C++ 17

Posted By: readerXXI
Mastering C++ Game Development : Create Professional and Realistic 3D Games Using C++ 17

Mastering C++ Game Development :
Create Professional and Realistic 3D Games Using C++ 17

by Mickey MacDonald
English | 2018 | ISBN: 1788629221 | 333 Pages | PDF | 7.3 MB

Although many languages are now being used to develop games, C++ remains the standard for professional development. The majority of professional libraries and toolchains are still built using C++. The primary goal of this book is to teach you how to harness the power of the language and provide you with the ability to build high-quality games.

To begin, you will be presented with, an overview of popular development methodologies, and a short guide to updated features of the C++ 17 standard. You will learn how to leverage existing libraries such as OpenGL and the STL (standard library) to build complex systems. Throughout the journey, you will also build a set of C++ 17 compatible libraries that can be reused in your own development projects. In the last half of the book, you will work with demos designed to introduce you to advanced rendering techniques, interactive physics, advanced AI techniques, and even multiplayer game concerns with modern networks.

What you will learn:

Work and communicate effectively in the modern games industry
Develop simple and advanced gameplay systems
How to leverage the standard core C++ libraries
Use modern real-time rendering techniques to achieve immersive 3D visuals
Achieve a narrative-driven game experience using a variety of data management techniques
Implement scripting using LUA
Learn AI algorithms and concepts for handling motion, behavior, and decision making
Implementation of the OpenGL, Bullet Physics, GLM, SteamVR and other common libraries