Skip to content

This repository is intended to be used as a code repository for learning DirectX 12.

License

Notifications You must be signed in to change notification settings

jpvanoosten/LearningDirectX12

Repository files navigation

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 (3.18.3 or newer) to generate the project and solution files.

To use this project, run the 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 batch file located in the root folder of this project.

For more instructions see Getting Started.