# LearningDirectX12 **Repository Path**: mirrors_TechnikEmpire/LearningDirectX12 ## Basic Information - **Project Name**: LearningDirectX12 - **Description**: This repository is intended to be used as a code repository for learning DirectX 12. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-16 - **Last Updated**: 2026-04-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LearningDirectX12 This repository is intended to be used as a code repository for learning DirectX 12. The tutorials can be found on https://www.3dgep.com This project uses [CMake](https://cmake.org/) (3.18.3 or newer) to generate the project and solution files. To use this project, run the [GenerateProjectFiles.bat](GenerateProjectFiles.bat) script and open the generated Visual Studio solution file in the build_vs2017 or build_vs2019 folder that gets created (depending on the version of Visual Studio you have installed). Assets for the samples can be downloaded using the [DownloadAssets.bat](DownloadAssets.bat) batch file located in the root folder of this project. For more instructions see [Getting Started](https://github.com/jpvanoosten/LearningDirectX12/wiki/Getting-Started).