Skip to content

This repository contains the code written in the C++ 3D Game Tutorial Series, a video tutorial series available on YouTube.

License

Notifications You must be signed in to change notification settings

BasnetSagar0/CPP-3D-Game-Tutorial-Series

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPP11 TutorialNumber Join Discord Server Patreon YouTube

C++ 3D Game Tutorial Series

This project is available under a free and permissive license, but needs a financial support to sustain its development.
The development includes both the making of video tutorials and the writing of the code.
If this project is in some way helpful to you, please consider to support it through Patreon.
Any single contribution would be greately appreciated, regardless the amount.
Thank you for all your support!

Patreon


C++ 3D Game Tutorial Series is a YouTube tutorial series (link), whose purpose is to help all those who want to take their first steps in the game development from scratch. In this series will be developed a 3D Game Demo, starting from the creation of a Window by using Win32 API to the making of all the necessary sub-systems in order to achieve a complete 3D Game, like

  • 3D Graphics Engine
  • Audio System
  • GUI System
  • Entity System
  • Input System
  • Fonts

and so on.


Supporters

Thank you so much for your huge support!

Patreon Supporters (alphabetical order)

Bastien

Elite Salad

fragma

GhostDesign

James Benton

Oli Homer

Rem saigao

Vladimir Lazarevic

All YouTube - Discord - GitHub - Twitter followers and viewers


License

The license of this project is based on the modified MIT-License.

That means you can do whatever you want with the code available in this repository. The only conditions to meet are:

  • include the license text in your product (e.g. in the About Window of a GUI program, or Credits Section of a 2D/3D Visual Game)
  • include (or simply not delete) the license text in all the source code files you get from this repository (copy-paste the license text to the top of all the source code files you get from this repository, even if you have partially modified them. )

If you want to modify and redistribute the source code files available in this repository, you can optionally add your own copyright notice together with the license text in this way:

...
C++ 3D Game Tutorial Series (https://github.com/PardCode/CPP-3D-Game-Tutorial-Series)
<project name>, <website link or nothing>
  
Copyright (c) 2019-2020, PardCode
Copyright (c) <your years>, <your name>  
...

The license text is available in the LICENSE file.

About

This repository contains the code written in the C++ 3D Game Tutorial Series, a video tutorial series available on YouTube.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.9%
  • HLSL 5.1%