walbourn / directx-vs-templates

Direct3D Visual Studio Templates
https://walbourn.github.io/direct3d-game-visual-studio-templates-redux/
MIT License
412 stars 56 forks source link

Missing templates with XAML #31

Closed heriberto-delgado closed 5 years ago

heriberto-delgado commented 5 years ago

Where are the template projects that combine XAML with Direct3D? I can't find any, and VS documentation for them is really poor.

walbourn commented 5 years ago

The XAML templates are part of Visual Studio when you install the "UWP" workload and select the optional component "C++ Tools for UWP".

You might want to look at the additional C++/WinRT templates as well. See here.

For my purposes, I don't do anything with XAML.