Prepare your Windows Store DirectX game programming environment

3 out of 7 rated this helpful - Rate this topic

[This documentation is preliminary and is subject to change.]

This topic shows you what you need to start programming DirectX games for the Windows Store.

First you need Visual Studio, then you can install the DirectX game GDC 2013 game templates that are available for download.

Get Visual Studio

You must download and install Visual Studio before you install the game templates. Download Visual Studio now.

Note  The GDC 2013 game templates work with Visual Studio Express, however, Visual Studio Ultimate has additional tools for graphics programming. For an overview of DirectX graphics and gaming features and tools, see Visual Studio tools for DirectX game development.

Install the templates

There are three DirectX game templates available for download on the Code Gallery. The GDC 2013 game templates come as a Visual Studio add-on in a .vsix installer. Double click the .vsix file to install them.

After the templates are installed, you can choose New Project from the File menu and select Installed->Visual C++->Windows Store and select the project of your choice. The new templates appear on the bottom of the list.

Dn166876.templatenewproject(en-us,WIN.10).png

The GDC 2013 game templates are complete apps, so you can build and run the solution right away. See Create a DirectX game project from a template in Visual Studio to get started.

In this section

TopicDescription

Create a DirectX game project from a template

Learn about the template options for creating a Windows Store DirectX game.

Use Visual Studio tools for DirectX game programming

An overview of DirectX specific tools available in Visual Studio.

 

Next steps

Learn more about the GDC 2013 game templates for a Windows Store DirectX game, see Create a DirectX game project from a template in Visual Studio.

If you are porting an existing game, see the following topics.

If you are creating a new DirectX game, see the following topics.

 

 

Build date: 3/22/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.