From 87978f20fc96a95f5acb9f59f5ea621d8a3d21d8 Mon Sep 17 00:00:00 2001 From: Ivan Bobev Date: Fri, 20 Apr 2018 17:25:55 +0300 Subject: [PATCH] Add Handmade Hero tutorial. * Add link to the official site of the Handmade Hero video game creation video tutorial series to the C++ OpenGL subsection. * Sort C++ OpenGL subsection tutorials alphabetically. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a57c491..6c093ec 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,6 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB ### OpenGL: -* [How to Make Minecraft in C++/OpenGL](https://www.youtube.com/playlist?list=PLMZ_9w2XRxiZq1vfw1lrpCMRDufe2MKV_) * Creating 2D Breakout game clone in C++ with OpenGL * [Breakout](https://learnopengl.com/In-Practice/2D-Game/Breakout) * [Setting up](https://learnopengl.com/In-Practice/2D-Game/Setting-up) @@ -82,6 +81,8 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Audio](https://learnopengl.com/In-Practice/2D-Game/Audio) * [Render text](https://learnopengl.com/In-Practice/2D-Game/Render-text) * [Final thoughts](https://learnopengl.com/In-Practice/2D-Game/Final-thoughts) +* [Handmade Hero](https://handmadehero.org) +* [How to Make Minecraft in C++/OpenGL](https://www.youtube.com/playlist?list=PLMZ_9w2XRxiZq1vfw1lrpCMRDufe2MKV_) ## C#: