• Stars
    star
    395
  • Rank 109,040 (Top 3 %)
  • Language
    C
  • License
    MIT License
  • Created over 9 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Direct3D Visual Studio Templates

Direct3D Game VS project templates

This repo contains simplified Visual C++ project templates. They are primarily intended for developer education, samples, and tutorials.

See this blog post and this one.

Documentation is available on GitHub.

There are two versions of each template. The DR version adds a DeviceResources (DX11 or DX12) abstraction to isolate the device and swapchain code into it's own helper class.

For the UWP templates, there are C++/WinRT variants that use C++ Windows Runtime language projections rather than the C++/CX language extensions (/ZW).

VS 2019

The VSIX\Direct3DUWPGame.vsix suports VS 2019. Use of Visual Studio 2019 16.11 update is recommended.

The package requires the Universal Windows Platform development workload (Microsoft.VisualStudio.Workload.Universal) with the C++ Universal Windows Platform tools (Microsoft.VisualStudio.ComponentGroup.UWP.VC). The Win32 templates require the Desktop development with C++ workload (Microsoft.VisualStudio.Workload.NativeDesktop). It is recommended you make use of the Windows 10 SDK (19041) or later.

VS 2022

The VSIX\Direct3DUWPGame.vsix also works for VS 2022.

The package requires the Universal Windows Platform development workload (Microsoft.VisualStudio.Workload.Universal) with the C++ Universal Windows Platform tools (Microsoft.VisualStudio.ComponentGroup.UWP.VC). The Win32 templates require the Desktop development with C++ workload (Microsoft.VisualStudio.Workload.NativeDesktop). It is recommended you make use of the Windows SDK (22000) or later.

Rebuilding the VSIX

Building the VSIX project requires VS 2019 with the .NET desktop development (Microsoft.VisualStudio.Workload.ManagedDesktop) workload.

Notices

All content and source code for this package are subject to the terms of the MIT License.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

More Repositories

1

directx-sdk-samples

This repo contains Direct3D 11, XInput, and XAudio2 samples C++ samples from the legacy DirectX SDK updated to build using the Windows 10 SDK
C++
1,367
star
2

walbourn.github.io

Games for Windows and the DirectX SDK blog
HTML
100
star
3

directx-sdk-legacy-samples

This repo contains Direct3D 9, Direct3D 10, a few Direct3D 11, and DirectSound C++ samples from the legacy DirectX SDK updated to build using the Windows 10 SDK and the Microsoft.DXSDK.D3DX NuGet package
C++
78
star
4

directxtk-samples

DirectX Tool Kit samples
C
75
star
5

contentexporter

Samples Content Exporter from the legacy DirectX SDK
C++
59
star
6

directxtkmodelviewer

A SDKMESH/CMO model viewer using DirectX Tool Kit for DirectX 11
C++
40
star
7

directxtk-tutorials

Source repo for code tutorials used in the project wiki documentation
C++
26
star
8

directxtk12modelviewer

A SDKMESH/CMO model viewer using DirectX Tool Kit for DirectX 12
C++
21
star
9

mythosengine

MythOS game engine from Charybdis Enterprises
C++
18
star
10

directxtktest

Tests for DirectX Tool Kit for Direct3D 11
C++
17
star
11

directxmathtest

Tests for DirectXMath
C++
13
star
12

dxgiformatconvert

Repo for working on updates to the legacy DXSDK header D3DX_DXGIFormatConvert.inl
C++
12
star
13

dxtex

DirectX Texture Tool (dxtex.exe) is an MFC-based application for viewing, manipulating, and building DDS textures for DirectX applications.
C++
11
star
14

uvatlastest

Tests for UVAtlas
C++
8
star
15

directxtextest

Tests for DirectXTex
C++
8
star
16

directxtk12test

Tests for DirectX Tool Kit for Direct3D 12
C++
7
star
17

directxtexmedia

Test media for directxtextest
6
star
18

directxmeshtest

Tests for DirectXMesh
C++
6
star
19

directxmeshmedia

Test media for directxmeshtest
5
star