The DirectX Tool Kit (aka DirectXTK) is a collection of helper classes for writing DirectX 11.x code in C++
The DirectX Tool Kit for DX11 package provides CMake targets:
find_package(directxtk CONFIG REQUIRED)
target_link_libraries(main PRIVATE Microsoft::DirectXTK)
Build using GameInput API for input processing
Build Spectre-mitigated library
MakeSpriteFont and xwbtool command-line tools
Build with XAudio 2.8 support for Windows 8.x or later
Build with XAudio 2.9 support for Windows 10/11
Build with XAudio2Redist support for Windows 7 SP1 or later
v2024-10-28#0
windows & !xbox & !arm32
MIT
Manifest