Updated Wiki: Home
NEWS: This project is also hosted on GitHubhttps://github.com/Microsoft/DirectXTKhttp://go.microsoft.com/fwlink/?LinkId=248929Project DescriptionThe DirectX Tool Kit (aka DirectXTK) is a collection of...
View ArticleUpdated Wiki: Home
NEWS: This project is also hosted on GitHubhttps://github.com/Microsoft/DirectXTKhttp://go.microsoft.com/fwlink/?LinkId=248929Project DescriptionThe DirectX Tool Kit (aka DirectXTK) is a collection of...
View ArticleUpdated Wiki: Keyboard
This is a helper for simplified keyboard state tracking modeled after the XNA C# Keyboard class.Header #include <Keyboard.h>Initialization Keyboard is a singleton. std::unique_ptr<Keyboard>...
View ArticleUpdated Wiki: Keyboard
This is a helper for simplified keyboard state tracking modeled after the XNA C# Keyboard class.Header #include <Keyboard.h>Initialization Keyboard is a singleton. std::unique_ptr<Keyboard>...
View ArticleUpdated Wiki: Keyboard
This is a helper for simplified keyboard state tracking modeled after the XNA C# Keyboard class.Header #include <Keyboard.h>Initialization Keyboard is a singleton. std::unique_ptr<Keyboard>...
View ArticleUpdated Wiki: Home
NEWS: This project is now hosted on GitHubhttps://github.com/Microsoft/DirectXTK. This site is being maintained for now, but please move to using...
View ArticleUpdated Wiki: Documentation
NEWS: This project is now hosted on GitHubhttps://github.com/Microsoft/DirectXTK. This site is being maintained for now, but please move to using GitHub.Getting StartedDirectXTK libraryPorting from...
View ArticleUpdated Wiki: Game Gallery
This is a list of known released games that make use of DirectX Tool Kit.Galactic Reignhttp://go.microsoft.com/fwlink/?LinkId=281840
View ArticleUpdated Wiki: MakeSpriteFont
The MakeSpriteFont tool can process any TrueType font that is installed on your system (using GDI+ to rasterize them into a bitmap) or it can import character glyphs from a specially formatted bitmap...
View ArticleUpdated Wiki: DirectXHelpers
Contains various C++ utilities that simplify Direct3D 11 programming.Header #include <DirectXHelpers.h>Direct3D 11 "core" helpers The standard d3d11.h and d3d11_1.h headers in the Windows 8.x SDK...
View ArticleUpdated Wiki: DirectXHelpers
Contains various C++ utilities that simplify Direct3D 11 programming.Header #include <DirectXHelpers.h>Direct3D 11 "core" helpers The standard d3d11_1.h headers in the Windows 8.x SDK already...
View ArticleUpdated Wiki: PrimitiveBatch
This is a helper for easily and efficiently drawing dynamically generated geometry using Direct3D 11 such as lines or trianges. It fills the same role as the legacy Direct3D 9 APIs DrawPrimitiveUP and...
View ArticleUpdated Wiki: PrimitiveBatch
This is a helper for easily and efficiently drawing dynamically generated geometry using Direct3D 11 such as lines or trianges. It fills the same role as the legacy Direct3D 9 APIs DrawPrimitiveUP and...
View ArticleUpdated Wiki: PrimitiveBatch
This is a helper for easily and efficiently drawing dynamically generated geometry using Direct3D 11 such as lines or trianges. It fills the same role as the legacy Direct3D 9 APIs DrawPrimitiveUP and...
View ArticleUpdated Wiki: PrimitiveBatch
This is a helper for easily and efficiently drawing dynamically generated geometry using Direct3D 11 such as lines or trianges. It fills the same role as the legacy Direct3D 9 APIs DrawPrimitiveUP and...
View ArticleUpdated Wiki: Mouse
This is a helper for simplified mouse tracking modeled after the XNA C# Mouse class.Header #include <Mouse.h>Initialization Mouse is a singleton. std::unique_ptr<Mouse> mouse( new Mouse...
View ArticleUpdated Wiki: Mouse
This is a helper for simplified mouse tracking modeled after the XNA C# Mouse class.Header #include <Mouse.h>Initialization Mouse is a singleton. std::unique_ptr<Mouse> mouse( new Mouse...
View ArticleUpdated Wiki: Mouse
This is a helper for simplified mouse tracking modeled after the XNA C# Mouse class.Header #include <Mouse.h>Initialization Mouse is a singleton. std::unique_ptr<Mouse> mouse( new Mouse...
View ArticleUpdated Wiki: Keyboard
This is a helper for simplified keyboard state tracking modeled after the XNA C# Keyboard class.Header #include <Keyboard.h>Initialization Keyboard is a singleton. std::unique_ptr<Keyboard>...
View ArticleUpdated Wiki: Keyboard
This is a helper for simplified keyboard state tracking modeled after the XNA C# Keyboard class.Header #include <Keyboard.h>Initialization Keyboard is a singleton. std::unique_ptr<Keyboard>...
View Article