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

Опубликовано: 16 Февраль 2026
на канале: PardCode
279,855
3.4k

[IMPORTANT]: NEW VERSION (2025) of C++ 3D Game Tutorial Series available here:    • C++ 3D Game Tutorial Series: 1 | Creating ...  
This video is part of the previous series. Videos from that version feature an exclamation point icon in the top-right corner of their thumbnails, which should help distinguish them from the new ones.

SUPPORT ON PATREON:   / pardcode  

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!

ENTIRE TUTORIAL SERIES:    • C++ 3D Game Tutorial Series From Scratch  


I hope you'll enjoy this tutorial!
----------------------------------------------------------------------------

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