microsoft / DirectXTK12

The DirectX Tool Kit (aka DirectXTK12) is a collection of helper classes for writing DirectX 12 code in C++
https://walbourn.github.io/directx-tool-kit-for-directx-12/
MIT License
1.45k stars 371 forks source link

Wiki Page - The Basic Game Loop - Link 404 ref #114

Closed ShadowMarker789 closed 2 years ago

ShadowMarker789 commented 2 years ago

Wiki Page

https://github.com/microsoft/DirectXTK12/wiki/The-basic-game-loop

Setup Section, highlighted text VS 2017/2019/2022

Points to:

https://github.com/walbourn/directx-vs-templates/raw/master/VSIX/Direct3DUWPGame.vsix

Which 404s.

Can we update the Wiki and point that link to a place that has the vsix? Would it be unwise to include a copy of the vsix in this project's codebase?

walbourn commented 2 years ago

Thanks for the heads-up. I switched all my github projects from master-to-main lately. I'll check the various wikis.

walbourn commented 2 years ago

Should be fixed now.

Thanks again!