C++ 3D Game Tutorial Series: 1 | Creating a Window with Win32 API

Опубликовано: 13 Апрель 2025
на канале: PardCode
3,704
151

Support on Patreon:   / pardcode  
C++ 3D Game Tutorial Series Playlist:    • C++ 3D Game Tutorial Series From Scratch  
Source code on GitHub: https://github.com/pardcode/cpp-3d-ga...
Discord Server:   / discord  
Visual Studio 2022 Community Installer: https://visualstudio.microsoft.com/vs...

Description:
Welcome to the C++ 3D Game Tutorial Series, a tutorial series in which we will create a 3D Game in C++ and DirectX from scratch.
In this first episode we'll see how to implement the Window, in which we will render the 3D objects that will compose our game world.

Chapters:
0:00 Intro | More Info at www.pardcode.com
0:38 Requirements
1:11 Design
3:38 Implementation
40:24 Final Result
40:52 End