C++ 3D Game Tutorial 2: Creating 3D Graphics Engine - Initialization

Опубликовано: 01 Январь 2019
на канале: PardCode
102,416
1.2k

SUPPORT ON PATREON:   / pardcode  

GITHUB: https://github.com/pardcode/CPP-3D-Ga...

DISCORD SERVER:   / discord  

DESCRIPTION:
Hello everyone!
In this second video tutorial we will see what is and how we can build the 3D Graphics Engine upon DirectX 11, through which we will render the 3D Graphics of our Game!
In particular, we will see how to initialize and release DirectX 11 Graphics API and how we can design and implement our graphics engine around it.
Happy new year to all of you!
I wish you the best!

DIRECTX SDK JUN 2010 : https://www.microsoft.com/en-us/downl...

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

PATREON PAGE:   / pardcode  
DISCORD SERVER:   / discord  
GITHUB PAGE: https://github.com/PardCode
TWITTER PAGE:   / pardcode  


Chapters:
0:00 Intro - Info about series at www.pardcode.com
0:43 Requirements
1:29 Design
5:13 Implementation
15:51 End