{"id":16109955,"url":"https://github.com/ohjurot/dx12-yt","last_synced_at":"2025-03-18T09:30:52.013Z","repository":{"id":60127172,"uuid":"331095222","full_name":"Ohjurot/DX12-YT","owner":"Ohjurot","description":"Code for the DirectX 12 YouTube series ","archived":false,"fork":false,"pushed_at":"2023-03-28T15:59:39.000Z","size":13849,"stargazers_count":36,"open_issues_count":0,"forks_count":12,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-02-28T08:33:32.070Z","etag":null,"topics":["directx","directx-12","directx-programming","directx-tutorial","directx12","dxgi","tutorial","tutorial-code","tutorial-sourcecode","video","youtube"],"latest_commit_sha":null,"homepage":"https://www.youtube.com/channel/UCoDXbX-erxceUJvvx7k4Xyw","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ohjurot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-19T20:02:58.000Z","updated_at":"2024-12-20T13:37:19.000Z","dependencies_parsed_at":"2024-10-27T17:28:53.391Z","dependency_job_id":"f81486e9-d7f6-4cc6-b0b9-7ba599635206","html_url":"https://github.com/Ohjurot/DX12-YT","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ohjurot%2FDX12-YT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ohjurot%2FDX12-YT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ohjurot%2FDX12-YT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ohjurot%2FDX12-YT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ohjurot","download_url":"https://codeload.github.com/Ohjurot/DX12-YT/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243910666,"owners_count":20367546,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["directx","directx-12","directx-programming","directx-tutorial","directx12","dxgi","tutorial","tutorial-code","tutorial-sourcecode","video","youtube"],"created_at":"2024-10-09T19:34:59.966Z","updated_at":"2025-03-18T09:30:52.007Z","avatar_url":"https://github.com/Ohjurot.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DirectX 12 YouTube Tutorial ENG / DE\nCode for the DirectX12 YouTube tutorial series\n\nEnglish video playlist: [YouTube](https://youtube.com/playlist?list=PL-m4pn2uJvXGgLezWF3tKWc4Frzc8PzvW)\n\nGerman video playlist: [YouTube](https://youtube.com/playlist?list=PL-m4pn2uJvXFiuAfZy0r9mItWtVfNl5gw)\n\n### Used first, second \u0026 third party software\n\n- [xxHash](https://github.com/Cyan4973/xxHash) and [LZ4](https://github.com/lz4/lz4) by Yann Collet (See: [xxHash_license](https://github.com/Ohjurot/DX12-YT/blob/main/xxHash_LICENSE) and [LZ4_license](https://github.com/Ohjurot/DX12-YT/blob/main/lz4_LICENSE))\n- [DirectX Shader Compiler](https://github.com/microsoft/DirectXShaderCompiler) by Microsoft (See: [dxc_license](https://github.com/Ohjurot/DX12-YT/blob/main/dxc_LICENSE))\n- [JSON](https://github.com/nlohmann/json) by Niels Lohmann (MIT License - See [json.h](https://github.com/Ohjurot/DX12-YT/blob/main/src/vendor/json/json.h))\n- [ExceptionsPlusPlus](https://github.com/Ohjurot/ExceptionsPlusPlus) by Ludwig Füchsl (MIT License)\n- [EasyHWND](https://github.com/Ohjurot/EasyHWND) by Ludwig Füchsl (MIT License)\n\n## Video list | D3D12 Basics\n\n**I. Setting up DirectX and DXGI** \n\n| Video | Topic                 | Code                                                         | :gb: Video-Link                                       | :de: Video-Link                                          |\n| ----- | --------------------- | :----------------------------------------------------------- | ----------------------------------------------------- | -------------------------------------------------------- |\n| 1     | DirectX COM and DXGI  | [Code for V-I.1](https://github.com/Ohjurot/DX12-YT/releases/tag/VI.1) | [:tv: Watch on YouTube​](https://youtu.be/3NTnolWuZxI) | [:tv: Auf YouTube ansehen](https://youtu.be/LOoL9U1Z9ug) |\n| 2     | D3D12Device and Debug | [Code for V-I.2](https://github.com/Ohjurot/DX12-YT/releases/tag/VI.2) | [:tv: Watch on YouTube](https://youtu.be/yE6zmH5UJYc) | [:tv: Auf YouTube ansehen](https://youtu.be/q62eQqgqQnI) |\n| 3     | Window and SwapChain  | [Code for V-I.3](https://github.com/Ohjurot/DX12-YT/releases/tag/VI.3) | [:tv: Watch on YouTube](https://youtu.be/R3IF-t11QkM) | [:tv: Auf YouTube ansehen](https://youtu.be/wCD-N7SIYyg) |\n\n**II. GPU Commands and Execution**\n\n| Video | Topic                     | Code                                                         | :gb: Video-Link                                       | :de: Video-Link                                          |\n| ----- | ------------------------- | :----------------------------------------------------------- | ----------------------------------------------------- | -------------------------------------------------------- |\n| 1     | The GPU and GPU commands  | [Code for V-II.1](https://github.com/Ohjurot/DX12-YT/releases/tag/VII.1) | [:tv: Watch on YouTube](https://youtu.be/k7tPjz2cyLQ) | [:tv: Auf YouTube ansehen](https://youtu.be/CHnNqPvUoLs) |\n| 2     | Queue, Allocator and List | [Code for V-II.2](https://github.com/Ohjurot/DX12-YT/releases/tag/VII.2_ii) | [:tv: Watch on YouTube](https://youtu.be/Ahoc0F0p-o0) | [:tv: Auf YouTube ansehen](https://youtu.be/Tekce8OeO6M) |\n| 3     | Command List Dependencies | [Code for V-II.3](https://github.com/Ohjurot/DX12-YT/releases/tag/VII.3) | [:tv: Watch on YouTube](https://youtu.be/KvuArtOtmiw) | [:tv: Auf YouTube ansehen](https://youtu.be/Tekce8OeO6M) |\n\n**III. Resource Management**\n\n| Video | Topic                     | Code                                                         | :gb: Video-Link                                       | :de: Video-Link                                          |\n| ----- | ------------------------- | :----------------------------------------------------------- | ----------------------------------------------------- | -------------------------------------------------------- |\n| 1     | GPU Heap and Memory types | [Code for V-III.1](https://github.com/Ohjurot/DX12-YT/releases/tag/VIII.1) | [:tv: Watch on YouTube](https://youtu.be/JFbuDYo0I5I) | [:tv: Auf YouTube ansehen](https://youtu.be/Y7XZSqKtK5w) |\n| 2     | GPU Primitives and Copy   | [Code for V-III.2](https://github.com/Ohjurot/DX12-YT/releases/tag/VIII.2) | [:tv: Watch on YouTube](https://youtu.be/WUX9d0ni8YA) | [:tv: Auf YouTube ansehen](https://youtu.be/2liVyBIPBpE) |\n| 3     | Resources Management      | [Code for V-III.3](https://github.com/Ohjurot/DX12-YT/releases/tag/VIII.3) | [:tv: Watch on YouTube](https://youtu.be/f2jiw7jMUkA) | [:tv: Auf YouTube ansehen](https://youtu.be/6Nkm_YgwyfY) |\n\n**IV. GPU Pipeline**\n\n| Video | Topic                             | Code                                                         | :gb: Video-Link                                       | :de: Video-Link                                          |\n| ----- | --------------------------------- | :----------------------------------------------------------- | ----------------------------------------------------- | -------------------------------------------------------- |\n| 1     | GPU Pipeline State                | [Code for V-IV.1](https://github.com/Ohjurot/DX12-YT/releases/tag/VIV.1) | [:tv: Watch on YouTube](https://youtu.be/wTweGut-K8o) | [:tv: Auf YouTube ansehen](https://youtu.be/91xCeOC3QHc) |\n| 2     | Shader (GPU Programs)             | [Code for V-IV.2](https://github.com/Ohjurot/DX12-YT/releases/tag/VIV.2) | [:tv: Watch on YouTube](https://youtu.be/hfHzkLIMJRE) | [:tv: Auf YouTube ansehen](https://youtu.be/AOicsEvae6k) |\n| 3     | GPU Descriptors \u0026 Root-Signatures | [Code for V-IV.3](https://github.com/Ohjurot/DX12-YT/releases/tag/VIV.3) | [:tv: Watch on YouTube](https://youtu.be/pj1nSNORwMY) | [:tv: Auf YouTube ansehen](https://youtu.be/mmTU0TRcziY) |\n\n**V. Drawing Stuff**\n\n| Video | Topic                      | Code                                                         | :gb: Video-Link                                       | :de: Video-Link                                          |\n| ----- | -------------------------- | :----------------------------------------------------------- | ----------------------------------------------------- | -------------------------------------------------------- |\n| 1     | Drawing a Triangle         | [Code for V-V.1](https://github.com/Ohjurot/DX12-YT/releases/tag/VV.1) | [:tv: Watch on YouTube](https://youtu.be/AvPt1_lLsAg) | [:tv: Auf YouTube ansehen](https://youtu.be/AvPt1_lLsAg) |\n| 2     | Texturing the Triangle     | [Code for V-V.2](https://github.com/Ohjurot/DX12-YT/releases/tag/VV.2) | [:tv: Watch on YouTube](https://youtu.be/Om3uPGSPGfw) | [:tv: Auf YouTube ansehen](https://youtu.be/CXoyYleHmPc) |\n| 3     | Constant Buffer (Triangle) | [Code for V-V.3](https://github.com/Ohjurot/DX12-YT/releases/tag/VV.3) | [:tv: Watch on YouTube](#!)                           | [:tv: Auf YouTube ansehen](#!)                           |\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fohjurot%2Fdx12-yt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fohjurot%2Fdx12-yt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fohjurot%2Fdx12-yt/lists"}