SUPPORT ON PATREON: / pardcode
GITHUB: https://github.com/pardcode/CPP-3D-Ga...
DISCORD SERVER: / discord
DESCRIPTION:
Hello everyone! In this first tutorial we'll see how to create the window in C/C++ with Win32 API, in which we will draw all the 3d objects that will compose our game world!
This is the first of a series of video tutorials about the creation of a 3D Game in C++ from scratch!
For any doubts, questions, suggestions and feedbacks about the tutorial, please add them in the comment section below!
I'll answer you as soon as I can!
All the code written in this tutorial is available at the following address:
GITHUB CODE: https://github.com/PardCode/CPP-3D-Ga...
ENTIRE TUTORIAL SERIES: • C++ 3D Game Tutorial Series From Scratch
I hope you'll enjoy this tutorial!
----------------------------------------------------------------------------
NEW GAME ENGINE DEVELOPMENT SERIES | PARD ENGINE: • Game Engine Development Series | Pard...
WEBSITE: https://www.pardcode.com
TWITTER PAGE: / pardcode
Chapters:
0:00 Intro - Info about series at www.pardcode.com
0:45 Requirements
1:25 Design
3:47 Implementation
14:00 WARNING: Once you've finished this tutorial, apply the improvements explained in the pinned comment
16:00 Implementation
21:52 Result
22:15 End