C++ OpenGL 3D Game Tutorial 2: Making OpenGL 3D Engine

Опубликовано: 28 Октябрь 2021
на канале: PardCode
29,905
364

SUPPORT ON PATREON:   / pardcode  

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

ASSETSANDLIBS BRANCH: https://github.com/PardCode/OpenGL-3D...

DISCORD SERVER:   / discord  


DESCRIPTION:
Hello everyone, and welcome back to the OpenGL 3D Game Tutorial Series.

In this second episode we will face the making of the Cross-Platform 3D Engine for our 3D Game! In particular we will see how to initialize OpenGL through the Glad library, how to send draw commands to the GPU through the OpenGL Context and as last thing we will see how to use the first OpenGL functions to clear the content of our window with a specific color.
Also, from this episode onwards, we will support all the main Operating Systems, so Windows, Linux and macOS!


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

TOOLS:

Visual Studio 2019 Community: https://visualstudio.microsoft.com/vs...
QT Creator: https://www.qt.io/download-qt-installer

-----------------------------------------------------------------------------------------------------------------


Chapters:
0:00 Intro - More Info at www.pardcode.com
0:56 Requirements
1:27 Design
4:46 Implementation
45:09 Final Result
46:35 Final Result on macOS (and Linux)
47:22 End