Updated Wiki: Adding the DirectX Tool Kit for Audio
This lesson covers adding DirectX Tool Kit for Audio to your project.Setup First create a new project using the instructions from the first two lessons: The basic game loop andAdding the DirectX Tool...
View ArticleUpdated Wiki: Adding audio to your project
This lesson covers the basics of adding the use of audio engine to your project.Setup First create a new project using the instructions from the first two lessons: The basic game loop, Adding the...
View ArticleUpdated Wiki: Game controller input
This lesson will show how to read user input from game controllers.Setup First create a new project using the instructions from the first two lessons: The basic game loop andAdding the DirectX Tool Kit...
View ArticleUpdated Wiki: Using the SimpleMath library
This lesson introduces the reader to the SimpleMath game and graphics math library.Coordinate system Consistent with the original XNA Game Framework C# math library, SimpleMath assumes a right-handed...
View ArticleUpdated Wiki: Version History
July 1, 2015Added Keyboard, Mouse classSupport for loading pre-lit models with SDKMESHGamePad implemented using Windows.Gaming.Input for Windows 10DirectXTK for Audio updates for xWMA support with...
View ArticleUpdated Wiki: Simple rendering
Here we learn how to render a triangle and a grid in 3D.Setup First create a new project using the instructions from the first two lessons: The basic game loop andAdding the DirectX Tool Kit which we...
View ArticleUpdated Wiki: Simple rendering
Here we learn how to render a triangle and a grid in 3D.Setup First create a new project using the instructions from the first two lessons: The basic game loop andAdding the DirectX Tool Kit which we...
View ArticleUpdated Wiki: Using advanced shaders
In this lesson we learn about other built-in shader types and some of their uses.Setup First create a new project using the instructions from the first two lessons: The basic game loop andAdding the...
View ArticleUpdated Wiki: 3D shapes
This lesson draws simple shapes in 3D.Setup First create a new project using the instructions from the first two lessons: The basic game loop andAdding the DirectX Tool Kit which we will use for this...
View ArticleUpdated Wiki: Rendering a model
This lesson loads and draws models in 3D.Setup First create a new project using the instructions from the first two lessons: The basic game loop andAdding the DirectX Tool Kit which we will use for...
View ArticleUpdated Wiki: Creating custom shaders with DGSL
This lesson covers creating custom shaders with the Visual Studio DGSL Shader Designer and using them with DirectX Tool Kit.Setup First create a new project using the instructions from the first two...
View ArticleUpdated Wiki: Rendering a model
This lesson loads and draws models in 3D.Setup First create a new project using the instructions from the first two lessons: The basic game loop andAdding the DirectX Tool Kit which we will use for...
View ArticleUpdated Wiki: Rendering a model
This lesson loads and draws models in 3D.Setup First create a new project using the instructions from the first two lessons: The basic game loop andAdding the DirectX Tool Kit which we will use for...
View ArticleUpdated Wiki: Basic game math
This lesson will cover the basics of 3D transformations for graphics.Positioning the camera We've already used a simple camera setup in the 3D shapes lesson.In the Game class we added variables for the...
View ArticleUpdated Wiki: Mixing SimpleMath and DirectXMath
This lesson discusses how to make use of more advanced math functions provided in the DirectXMath library using existing SimpleMath types.Coordinate system The SimpleMath wrapper assumes you are using...
View ArticleUpdated Wiki: Getting Started
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.This is the Getting Started tutorial for DirectX...
View ArticleUpdated Wiki: DirectXTK
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.Headers Public headers are in the Inc folder of...
View ArticleUpdated Wiki: Version History
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.July 1, 2015Added Keyboard, Mouse classSupport...
View ArticleUpdated Wiki: Audio
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.The DirectXTK for Audio components implement a...
View ArticleUpdated Wiki: Mouse
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...
View Article