Games for Windows and the DirectX SDK on GitHub

microsoftAs you may have heard in the technical press, Microsoft is a more open-source friendly place these days, and has embraced GitHub for a number of high-profile projects. As a result of this shift and an internal push to move to git generally, I’ve updated my existing CodePlex projects so that I can easily mirror them to GitHub. For the immediate future, I plan to maintain both sites equally with the bulk of the documentation still residing on CodePlex, but you can get full source and releases from either location thanks to the magic of distributed VCS.

In addition, all six of these projects is now licensed under MIT rather than MS-PL. The terms of both licenses are basically the same, but in legal circles the MIT license is more widely understood and is considered more ‘standard’. Of course, I’m Not A Lawyer, so you should make your own determination about the change of license.

DirectX Tool Kit

https://github.com/Microsoft/DirectXTK

The March 2015 release was updated for the Visual Studio Tools for Windows 10 Preview.

GitHub and CodePlex

Related: DirectXTK (March 2012), DirectXTK Update (Jan 2013), CodePlex VS 2013 Refresh, DirectX Tool Kit for Audio, CodePlex July 2014 Refresh, DirectX Tool Kit: Now with GamePads

DirectXTex

https://github.com/Microsoft/DirectXTex

The March 2015 release was updated for the Visual Studio Tools for Windows 10 Preview, includes a number of bug fixes, and an updated texconv tool with support for generating normal maps from height-maps.

GitHub and CodePlex

Related: DirectXTex (October 2011), DirectXTex Update (June 2013), DirectXTex and Effects 11 Update (August 2013), CodePlex VS 2013 Refresh, CodePlex July 2014 Refresh

DirectXMesh

https://github.com/Microsoft/DirectXMesh

The March 2015 release was updated for the Visual Studio Tools for Windows 10 Preview. and includes a few bug fixes.

GitHub and CodePlex

Related: DirectXMesh

UVAtlas

https://github.com/Microsoft/UVAtlas

The April 2015 release was updated for the Visual Studio Tools for Windows 10 Preview. and includes a number of bug fixes.

GitHub and CodePlex

Related: UVAtlas: Return of the Isochart

Effects 11

https://github.com/Microsoft/FX11

The April 2015 release includes some updates for better Visual Studio 2015 CTP support.

GitHub and CodePlex

Related: Effects for Direct3D 11 Update (October 2012), DirectXTex and Effects 11 Update (August 2013), CodePlex VS 2013 Refresh, CodePlex July 2014 Refresh

DXUT11

https://github.com/Microsoft/DXUT

The April 2015 release includes some updates for better Visual Studio 2015 CTP support, and a bug fix for the DDSTextureLoader.

GitHub and CodePlex

Related: DXUT for Win32 Desktop Update (September 2013), CodePlex VS 2013 Refresh, CodePlex July 2014 Refresh

Sample Content Exporter

https://github.com/walbourn/contentexporter

In addition to the Microsoft GitHub repositories above, I’ve also set up a personal GitHub project to host the Samples Content Exporter sample which has been updated to support VS 2012 with Autodesk FBX SDK 2014.1 or later, and VS 2013 with Autodesk FBX SDK 2015.1.

DirectX SDK Samples

Finally, I’ve setup another personal GitHub project to host the cleaned up DirectX SDK samples that have been updated to not require the legacy DirectX SDK to build.

Source: MSDN Blog