Difference between revisions of "Beginner C++ Game Programming Series"
Line 4: | Line 4: | ||
This series is a reboot of Chili's original beginner series launched back in 2012 (ah, the good old days). The way that Direct3D applications are built and the tools used have changed over the last 5 or so years, and the reboot updates the tutorials to reflect those changes. It also corrects some mistakes that were made, and is reworked to shorten the journey to learning hardware 3D graphics programming and introduce object-oriented programming at an earlier stage. | This series is a reboot of Chili's original beginner series launched back in 2012 (ah, the good old days). The way that Direct3D applications are built and the tools used have changed over the last 5 or so years, and the reboot updates the tutorials to reflect those changes. It also corrects some mistakes that were made, and is reworked to shorten the journey to learning hardware 3D graphics programming and introduce object-oriented programming at an earlier stage. | ||
+ | == List of Tutorials == | ||
{| style="border:1px solid grey;border-collapse:collapse;width=100%;" | {| style="border:1px solid grey;border-collapse:collapse;width=100%;" | ||
|- style="border:1px solid grey;background-color:#DDF;color:black;font-weight:bold;text-align:center;" | |- style="border:1px solid grey;background-color:#DDF;color:black;font-weight:bold;text-align:center;" | ||
Line 12: | Line 13: | ||
|- style="border:1px solid grey;background-color:#667;color:#c1c1c1;text-align:center;" | |- style="border:1px solid grey;background-color:#667;color:#c1c1c1;text-align:center;" | ||
| style="border:1px solid grey;"|0 | | style="border:1px solid grey;"|0 | ||
− | | style="border:1px solid grey;"| Intro/Setup | + | | style="border:1px solid grey;"|[Intro/Setup] |
| style="border:1px solid grey;"|July 30, 2016 | | style="border:1px solid grey;"|July 30, 2016 | ||
| style="border:1px solid grey;"|15:20 | | style="border:1px solid grey;"|15:20 | ||
|- style="background-color:#333;color:#c1c1c1;" | |- style="background-color:#333;color:#c1c1c1;" | ||
− | | style="border:1px solid grey;padding:5px;" colspan="4" | | + | | style="border:1px solid grey;padding:5px;" colspan="4" | {{#lsth:Beginner C++ Game Programming Tutorial 0}} |
|} | |} |
Revision as of 00:37, 16 July 2016
The beginner series is meant to teach fundamental C++ programming concepts. It also covers some basic graphics programming theory. Also: making shitty little games. It is suitable even for those with zero programming experience. If this ain't your first rodeo, you can use this here wiki to jump through the lessons, skipping any B.S. what you already know.
History
This series is a reboot of Chili's original beginner series launched back in 2012 (ah, the good old days). The way that Direct3D applications are built and the tools used have changed over the last 5 or so years, and the reboot updates the tutorials to reflect those changes. It also corrects some mistakes that were made, and is reworked to shorten the journey to learning hardware 3D graphics programming and introduce object-oriented programming at an earlier stage.
List of Tutorials
Tutorial Number | Subtitle | Release Date | Runtime |
0 | [Intro/Setup] | July 30, 2016 | 15:20 |
This tutorial introduces the Beginner C++ Game Programming Series and walks you through the setup required to follow along with Chili. It also explains who the series is intended for, the goals and outline of the series, and tips on how to succeed, but you can skip all that bullshit if you have crippling ADD. For a detailed list of what is covered in Beginner, see this page. |