TheCherno / Hazel

Hazel Engine
Apache License 2.0
11.62k stars 1.51k forks source link

Document game engine series videos with commit tags #461

Open LovelySanta opened 3 years ago

LovelySanta commented 3 years ago

Is your feature request related to a problem? Please describe

To allow people to find a specific commit in time, I'd like to create tags for each video in the game engine series on the specific commit in question. This can then be used to navigate faster and link to a specific video.

Describe the solution you'd like

I would like in this issue to compile a list for every video in the game engine series with the corresponding commit on github.

LovelySanta commented 3 years ago
tag video bugfixes
N/A Introducing the GAME ENGINE series!
N/A What is a GAME ENGINE?
N/A DESIGNING our GAME ENGINE
https://github.com/TheCherno/Hazel/commit/f9fbbd2bf3d870a6586c5c4f70a867d78e27b113 Entry Point
https://github.com/TheCherno/Hazel/commit/72e7f8f0c02407066d5b61730d2c2a4b30053323, https://github.com/TheCherno/Hazel/commit/6e6b25e664313ba62455bfb43ed7f41722e93bb7 Logging
https://github.com/TheCherno/Hazel/commit/fabfa7f75020b02a5a71bc4311c7d938a075e472 Premake https://github.com/TheCherno/Hazel/commit/7bb1d5077fe719ad0097ef7e6788af0d9f434680, https://github.com/TheCherno/Hazel/commit/70e959ec24e44f3de00ea4e57654e8976e583e30
N/A Planning the Event System
https://github.com/TheCherno/Hazel/commit/34df41651fe88041540f20df845a70642359dc17 Event System
https://github.com/TheCherno/Hazel/commit/f3c310ee77b4b94914b3dd2d2b6ad192a9e037a9, https://github.com/TheCherno/Hazel/commit/cfd270f5d535e55c3bfd6735cda391ec25aa6fc2 Precompiled Headers
https://github.com/TheCherno/Hazel/commit/6815f07cd23eb5cd55cfe6fccaec5aefdc8169e8 Window Abstraction and GLFW
https://github.com/TheCherno/Hazel/commit/30516ad7109b016213eb732f14e1c7061c1db603 Window Events
https://github.com/TheCherno/Hazel/commit/5bd809312a266c23d13d84dcd08a833a526aa264 Layers
https://github.com/TheCherno/Hazel/commit/3a352ac896001441a2c80e2701f3f657822923bc Modern OpenGL (Glad)
https://github.com/TheCherno/Hazel/commit/c65520c96289ab62ecd37995108063ce4019d4e9 ImGui
https://github.com/TheCherno/Hazel/commit/709b40de15b6c46db7746c7feb4b2dd98397df99 ImGui Events
https://github.com/TheCherno/Hazel/commit/e1bb18d2c8e9c514d959c2eeb55d24af00d169ff Input Polling

current commit history page