Coder Social home page Coder Social logo

haohuixin / mastering-cpp-game-development Goto Github PK

View Code? Open in Web Editor NEW

This project forked from packtpublishing/mastering-cpp-game-development

0.0 1.0 0.0 78.89 MB

Code files for Mastering C++ Game Development, published by Packt

License: MIT License

C++ 68.35% C 30.89% CMake 0.35% Objective-C 0.08% GLSL 0.05% Lua 0.02% JavaScript 0.01% C# 0.24%

mastering-cpp-game-development's Introduction

Mastering C++ Game Development

This is the code repository for Mastering C++ Game Development, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

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.

By the end of the book, you will have a good understanding of the structure of modern high-end games and have the tools to create them.

Instructions and Navigations

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

#include <BookEngine/IGame.h>
#include "App.h"

int main(int argc, char** argv)
{
	App app;
	app.Run();

	return 0;
}

Software and Hardware Requirements

To get the most out of the examples and development experience, it is recommended you to have a relatively newer development device with at least the following things:

  • CPU: 4 cores
  • Memory: 8 GB RAM
  • Disk space: 40 GB

The examples (with a few exceptions) have been designed to run on both macOS and Windows PC devices. To follow along you should have the following software installed:

  • PC: Visual Studio 2015 Community or better
  • macOS: XCode 8.x or better. Other software needed will be described as required.

Related Products

mastering-cpp-game-development's People

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.