C++ 3D Game Tutorial Series (DirectX) - Learn to code a DirectX 3D Game in C++ from scratch
C++ 3D Game Tutorial Series (DirectX) - Learn to code a DirectX 3D Game in C++ from scratch
C++ 3D Game Tutorial Series is a tutorial series designed to help developers of all levels—from novice to expert—take their first steps into game development from scratch using C++.
This series will teach you how to create a 3D game sample,
starting with creating a window using the Win32 API and progressing to building a game engine that enables the development of a functional 3D game.
Specifically, the series covers the development of:
The aim of this series is to provide developers with the foundational knowledge needed to have full control over game development, starting from low-level systems (such as the Graphics Engine, Input Manager, Entity System etc.) all the way to high-level concepts (e.g. Entities).
This repository contains:
master branch, which contains the source code of the entire project developed in the tutorial series.DX3D folder, which contains both the public API and the source code of the DX3D engine, that will be implemented and used to create the game sample.Game folder, which contains the source code of the game sample itself.It is possible to access the source code of each tutorial by checking the Tags list.
Additionally, the repository includes branches such as AssetsAndLibs, which are related to the previous version of the C++ 3D Game Tutorial Series.
The license of this repository is available here.
Open DirectXGame.sln project, available under the project root folder.
In Visual Studio, press the Local Windows Debugger button available in the toolbar.
The Discord Server is the go-to place for news about the tutorial series, discussions on the latest developments,
and any questions you may have about the C++ 3D Game Tutorial Series.
This project is offered under the free and permissive MIT license, but it requires financial support to continue its development.
If the C++ 3D Game Tutorial Series has been helpful to you, consider supporting it through Patreon.
Every contribution makes the difference, no matter the amount.
A big thank you to all the patrons who have supported me so far!
The license for this project is based on the modified MIT License.
This means you are free to use, modify, and distribute the code from this repository. However, there are two conditions you must follow:
If you wish to modify and redistribute the source code files, you may optionally add your own copyright notice alongside the license text, as follows:
...
C++ 3D Game Tutorial Series (https://github.com/PardCode/CPP-3D-Game-Tutorial-Series)
,
Copyright (c) 2019-2026, PardCode
Copyright (c) ,
...
The license text is available in the LICENSE file.
No open issues yet, or sync has not completed.