C++ OpenGL 3D Game Tutorial 1: Making the Window with Win32 API

Опубликовано: 29 Март 2026
на канале: PardCode
122,214
1.6k

SUPPORT ON PATREON:   / pardcode  

GITHUB: https://github.com/pardcode/opengl-3d...

DISCORD SERVER:   / discord  

DESCRIPTION:
Hello everyone, and welcome to the OpenGL 3D Game Tutorial Series,
a new tutorial series in which we will build a 3D Game in C++ and OpenGL from scratch!
In this first episode we will face the making of the Window of the game! Also we will see how to make the Game Class in order to manage all the components of our game, like the Window itself and the OpenGL Engine!

ENTIRE TUTORIAL SERIES:    • C++ OpenGL 3D Game Tutorial Series From Sc...  

TOOLS:
Visual Studio 2019 Community: https://visualstudio.microsoft.com/vs...
-----------------------------------------------------------------------------------------------------------------


Chapters:
0:00 Intro - More Info at www.pardcode.com
0:35 Requirements
1:11 Design
2:41 Implementation
9:33 WARNING: Don't add the assert macro. More info in the pinned comment.
9:50 Implementation
20:19 First appearence of the Window
20:40 Implementation
27:06 Final Result
27:13 End