502 Forks
2327 Stars
2327 Watchers

DirectXTK

The DirectX Tool Kit (aka DirectXTK) is a collection of helper classes for writing DirectX 11.x code in C++

How to download and setup DirectXTK

Open terminal and run command
git clone https://github.com/microsoft/DirectXTK.git
git clone is used to create a copy or clone of DirectXTK repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with DirectXTK https://github.com/microsoft/DirectXTK/archive/master.zip

Or simply clone DirectXTK with SSH
[email protected]:microsoft/DirectXTK.git

If you have some problems with DirectXTK

You may open issue on DirectXTK support forum (system) here: https://github.com/microsoft/DirectXTK/issues