Welcome to Free PC Helpdesk

Computer Helpdesk for free.

Welcome!

Having problems with your Win XP/7/10? Then this Blog is right for you! Just follow below instructions.

My suggestion is to print the text first so you can easily do the steps.

Enjoy!

Please note, that this Blog does not take any responsibility if something worst happened to your computer. Please follow the steps carefully at your own risk.


Sunday, December 2, 2018

Windows 10 game development guide

Welcome to the Windows 10 game development guide!
This guide provides an end-to-end collection of the resources and information you'll need to develop a Universal Windows Platform (UWP) game. 

Introduction to game development for the Universal Windows Platform (UWP)

When you create a Windows 10 game, you have the opportunity to reach millions of players worldwide across phone, PC, and Xbox One. With Xbox on Windows, Xbox Live, cross-device multiplayer, an amazing gaming community, and powerful new features like the Universal Windows Platform (UWP) and DirectX 12, Windows 10 games thrill players of all ages and genres. The new Universal Windows Platform (UWP) delivers compatibility for your game across Windows 10 devices with a common API for phone, PC, and Xbox One, along with tools and options to tailor your game to each device experience.
This guide provides an end-to-end collection of information and resources that will help you as you develop your game. The sections are organized according to the stages of game development, so you'll know where to look for information when you need it.
If you're new to developing games on Windows or Xbox, the Getting Started guide may be where you want to start off. The Game development resources section also provides a high-level survey of documentation, programs, and other resources that are helpful when creating a game. If you want to start by looking at some UWP code instead, see Game samples.
This guide will be updated as additional Windows 10 game development resources and material become available.

Game development resources

From documentation to developer programs, forums, blogs, and samples, there are many resources available to help you on your game development journey. Here's a roundup of resources to know about as you begin developing your Windows 10 game.



Game development documentation

Throughout this guide, you'll find deep links to relevant documentation—organized by task, technology, and stage of game development. To give you a broad view of what's available, here are the main documentation portals for Windows 10 game development.
Windows Dev Center main portalWindows Dev Center
Developing Windows appsDevelop Windows apps
Universal Windows Platform app developmentHow-to guides for Windows 10 apps
How-to guides for UWP gamesGames and DirectX
DirectX reference and overviewsDirectX Graphics and Gaming
Azure for gamingBuild and scale your games using Azure
PlayFabComplete backend solution for live games
UWP on Xbox OneBuilding UWP apps on Xbox One
UWP on HoloLensBuilding UWP apps on HoloLens
Xbox Live documentationXbox Live developer guide
Xbox One development documentation (XGD)Xbox One Development
Xbox One development whitepapers (XGD)White Papers
Mixer Interactive documentationAdd interactivity to your game

Partner Center

Registering a developer account in Partner Center is the first step towards publishing your Windows game. A developer account lets you reserve your game's name and submit free or paid games to the Microsoft Store for all Windows devices. Use your developer account to manage your game and in-game products, get detailed analytics, and enable services that create great experiences for your players around the world.
Microsoft also offers several developer programs to help you develop and publish Windows games. We recommend seeing if any are right for you before registering for a Partner Center account. For more info, go to Developer programs

Developer programs

Microsoft offers several developer programs to help you develop and publish Windows games. Consider joining a developer program if you want to develop games for Xbox One and integrate Xbox Live features in your game. To publish a game in the Microsoft Store, you'll also need to create a developer account in Partner Center .

Xbox Live Creators Program

The Xbox Live Creators Program allows anyone to integrate Xbox Live into their title and publish to Xbox One and Windows 10. There is a simplified certification process and no concept approval is required outside of the standard Microsoft Store Policies.
You can deploy, design, and publish your game in the Creators Program without a dedicated dev kit, using only retail hardware. To get started, download the Dev Mode Activation app on your Xbox One.
If you want access to even more Xbox Live capabilities, dedicated marketing and development support, and the chance to be featured in the main Xbox One store, apply to the ID@Xbox program.

ID@Xbox

The ID@Xbox program helps qualified game developers self-publish on Windows and Xbox One. If you want to develop for Xbox One, or add Xbox Live features like Gamerscore, achievements, and leaderboards to your Windows 10 game, sign up with ID@Xbox. Become an ID@Xbox developer to get the tools and support you need to unleash your creativity and maximize your success. We recommend that you apply to ID@Xbox first before registering for a developer account in Partner Center.
ID@Xbox developer programIndependent Developer Program for Xbox One
ID@Xbox consumer siteID@Xbox

Xbox tools and middleware

The Xbox Tools and Middleware Program licenses Xbox development kits to professional developers of game tools and middleware. Developers accepted into the program can share and distribute their Xbox XDK technologies to other licensed Xbox developers.
Contact the tools and middleware program

Game samples

There are many Windows 10 game and app samples available to help you understand Windows 10 gaming features and get a quick start on game development. More samples are developed and published regularly, so don't forget to occasionally check back at sample portals to see what's new. You can also watch GitHub repos to be notified of changes and additions.
Universal Windows Platform app samplesWindows-universal-samples
Direct3D 12 graphics samplesDirectX-Graphics-Samples
Direct3D 11 graphics samplesdirectx-sdk-samples
Direct3D 11 first-person game sampleCreate a simple UWP game with DirectX
Direct2D custom image effects sampleD2DCustomEffects
Direct2D gradient mesh sampleD2DGradientMesh
Direct2D photo adjustment sampleD2DPhotoAdjustment
Xbox Advanced Technology Group public samplesXbox-ATG-Samples
Xbox Live samplesxbox-live-samples
Xbox One game samples (XGD)Samples
Windows game samples (MSDN Code Gallery)Microsoft Store game samples
JavaScript 2D game sampleCreate a UWP game in JavaScript
JavaScript 3D game sampleCreating a 3D JavaScript game using three.js
MonoGame 2D UWP game sampleCreate a UWP game in MonoGame 2D

Developer forums

Developer forums are a great place to ask and answer game development questions and connect with the game development community. Forums can also be fantastic resources for finding existing answers to difficult issues that developers have faced and solved in the past.
Publishing apps and games developer forumsPublishing and ads-in-apps
UWP apps developer forumDeveloping Universal Windows Platform apps
Desktop applications developer forumsWindows desktop applications forums
DirectX Microsoft Store games (archived forum posts)Building Microsoft Store games with DirectX (archived)
Windows 10 managed partner developer forumsXBOX Developer Forums: Windows 10
DirectX forumsDirectX 12 forum
Azure platform forumsAzure forum
Xbox Live forumXbox Live development forum
PlayFab forumsPlayFab forums

Developer blogs

Developer blogs are another great resource for the latest information about game development. You'll find posts about new features, implementation details, best practices, architecture background, and more.
Building apps for Windows blogBuilding Apps for Windows
Windows 10 (blog posts)Posts in Windows 10
Visual Studio engineering team blogThe Visual Studio Blog
Visual Studio developer tools blogsDeveloper Tools Blogs
Somasegar's developer tools blogSomasegar’s blog
DirectX developer blogDirectX Developer blog
DirectX 12 introduction (blog post)DirectX 12
Visual C++ tools team blogVisual C++ team blog
PIX team blogPerformance tuning and debugging for DirectX 12 games on Windows and Xbox
Universal Windows App Deployment team blogBuild and deploy UWP apps team blog

Concept and planning

In the concept and planning stage, you're deciding what your game is going to be like and the technologies and tools you'll use to bring it to life.

Overview of game development technologies

When you start developing a game for the UWP you have multiple options available for graphics, input, audio, networking, utilities, and libraries.
If you've already decided on all the technologies you'll be using in your game, great! If not, the Game technologies for UWP apps guide is an excellent overview of many of the technologies available, and is highly recommended reading to help you understand the options and how they fit together.
Survey of UWP game technologiesGame technologies for UWP apps

These three GDC 2015 videos give a good overview of Windows 10 game development and the Windows 10 gaming experience.
Overview of Windows 10 game development (video)Developing Games for Windows 10
Windows 10 gaming experience (video)Gaming Consumer Experience on Windows 10
Gaming across the Microsoft ecosystem (video)The Future of Gaming Across the Microsoft Ecosystem

Game planning

These are some high level concept and planning topics to consider when planning for your game.
Make your game accessibleAccessibility for games
Build games using cloudCloud for games
Monetize your gameMonetization for games

Choosing your graphics technology and programming language

There are several programming languages and graphics technologies available for use in Windows 10 games. The path you take depends on the type of game you’re developing, the experience and preferences of your development studio, and specific feature requirements of your game. Will you use C#, C++, or JavaScript? DirectX, XAML, or HTML5?

DirectX

Microsoft DirectX is the choice to make for the highest-performance 2D and 3D graphics and multimedia.
DirectX 12 is faster and more efficient than any previous version. Direct3D 12 enables richer scenes, more objects, more complex effects, and full utilization of modern GPU hardware on Windows 10 PCs and Xbox One.
If you want to use the familiar graphics pipeline of Direct3D 11, you’ll still benefit from the new rendering and optimization features added to Direct3D 11.3. And, if you’re a tried-and-true desktop Windows API developer with roots in Win32, you’ll still have that option in Windows 10.
The extensive features and deep platform integration of DirectX provide the power and performance needed by the most demanding games.
DirectX for UWP developmentDirectX programming
Tutorial: How to create a UWP DirectX gameCreate a simple UWP game with DirectX
DirectX overviews and referenceDirectX Graphics and Gaming
Direct3D 12 programming guide and referenceDirect3D 12 Graphics
Graphics and DirectX 12 development videos (YouTube channel)Microsoft DirectX 12 and Graphics Education

XAML

XAML is an easy-to-use declarative UI language with convenient features like animations, storyboards, data binding, scalable vector-based graphics, dynamic resizing, and scene graphs. XAML works great for game UI, menus, sprites, and 2D graphics. To make UI layout easy, XAML is compatible with design and development tools like Expression Blend and Microsoft Visual Studio. XAML is commonly used with C#, but C++ is also a good choice if that’s your preferred language or if your game has high CPU demands.
XAML platform overviewXAML platform
XAML UI and controlsControls, layouts, and text

HTML 5

HyperText Markup Language (HTML) is a common UI markup language used for web pages, apps, and rich clients. Windows games can use HTML5 as a full-featured presentation layer with the familiar features of HTML, access to the Universal Windows Platform, and support for modern web features like AppCache, Web Workers, canvas, drag-and-drop, asynchronous programming, and SVG. Behind the scenes, HTML rendering takes advantage of the power of DirectX hardware acceleration, so you can still get the performance benefits of DirectX without writing any extra code. HTML5 is a good choice if you are proficient with web development, porting a web game, or want to use language and graphics layers that can be easier to approach than the other choices. HTML5 is used with JavaScript, but can also call into components created with C# or C++/CX.
HTML5 and Document Object Model informationHTML and DOM reference
The HTML5 W3C RecommendationHTML5

Combining presentation technologies

The Microsoft DirectX Graphics Infrastructure (DXGI) provides interop and compatibility across multiple graphics technologies. For high-performance graphics, you can combine XAML and DirectX, using XAML for menus and other simple UI, and DirectX for rendering complex 2D and 3D scenes. DXGI also provides compatibility between Direct2D, Direct3D, DirectWrite, DirectCompute, and the Microsoft Media Foundation.
DirectX Graphics Infrastructure programming guide and referenceDXGI
Combining DirectX and XAMLDirectX and XAML interop

C++

C++/CX is a high-performance, low overhead language that provides the powerful combination of speed, compatibility, and platform access. C++/CX makes it easy to use all of the great gaming features in Windows 10, including DirectX and Xbox Live. You can also reuse existing C++ code and libraries. C++/CX creates fast, native code that doesn’t incur the overhead of garbage collection, so your game can have great performance and low power consumption, which leads to longer battery life. Use C++/CX with DirectX or XAML, or create a game that uses a combination of both.
C++/CX reference and overviewsVisual C++ Language Reference (C++/CX)
Visual C++ programming guide and referenceVisual C++ in Visual Studio 2017

C#

C# (pronounced "C sharp") is a modern, innovative language that is simple, powerful, type-safe, and object-oriented. C# enables rapid development while retaining the familiarity and expressiveness of C-style languages. Though easy to use, C# has numerous advanced language features like polymorphism, delegates, lambdas, closures, iterator methods, covariance, and Language-Integrated Query (LINQ) expressions. C# is an excellent choice if you are targeting XAML, want to get a quick start developing your game, or have previous C# experience. C# is used primarily with XAML, so if you want to use DirectX, choose C++ instead, or write part of your game as a C++ component that interacts with DirectX. Or, consider Win2D, an immediate mode Direct2D graphics libary for C# and C++.
C# programming guide and referenceC# language reference

JavaScript

JavaScript is a dynamic scripting language widely used for modern web and rich client applications.
Windows JavaScript apps can access the powerful features of the Universal Windows Platform in an easy, intuitive way—as methods and properties of object-oriented JavaScript classes. JavaScript is a good choice for your game if you’re coming from a web development environment, are already familiar with JavaScript, or want to use HTML5, CSS, WinJS, or JavaScript libraries. If you’re targeting DirectX or XAML, choose C# or C++/CX instead.
JavaScript and Windows Runtime referenceJavaScript reference

Use Windows Runtime Components to combine languages

With the Universal Windows Platform, it’s easy to combine components written in different languages. Create Windows Runtime Components in C++, C#, or Visual Basic, and then call into them from JavaScript, C#, C++, or Visual Basic. This is a great way to program portions of your game in the language of your choice. Components also let you consume external libraries that are only available in a particular language, as well as use legacy code you’ve already written.
How to create Windows Runtime ComponentsCreating Windows Runtime Components

Which version of DirectX should your game use?

If you are choosing DirectX for your game, you'll need to decide which version to use: Microsoft Direct3D 12 or Microsoft Direct3D 11.
DirectX 12 is faster and more efficient than any previous version. Direct3D 12 enables richer scenes, more objects, more complex effects, and full utilization of modern GPU hardware on Windows 10 PCs and Xbox One. Since Direct3D 12 works at a very low level, it is able to give an expert graphics development team or an experienced DirectX 11 development team all the control they need to maximize graphics optimization.
Direct3D 11.3 is a low level graphics API that uses the familiar Direct3D programming model and handles for you more of the complexity involved in GPU rendering. It is also supported in Windows 10 and Xbox One. If you have an existing engine written in Direct3D 11, and you're not quite ready to make the jump to Direct3D 12, you can use Direct3D 11 on 12 to achieve some performance improvements. Versions 11.3+ contain the new rendering and optimization features enabled also in Direct3D 12.
Choosing Direct3D 12 or Direct3D 11What is Direct3D 12?
Overview of Direct3D 11Direct3D 11 Graphics
Overview of Direct3D 11 on 12Direct3D 11 on 12

Bridges, game engines, and middleware

Depending on the needs of your game, using bridges, game engines, or middleware can save development and testing time and resources. Here are some overview and resources for bridges, game engines, and middleware.

Universal Windows Platform Bridges

Universal Windows Platform Bridges are technologies that bring your existing app or game over to the UWP. Bridges are a great way to get a quick start on UWP game development.
UWP bridgesBring your code to Windows
Windows Bridge for iOSBring your iOS apps to Windows
Windows Bridge for desktop applications (.NET and Win32)Convert your desktop application to a UWP app

PlayFab

Now part of the Microsoft family, PlayFab is a complete back-end platform for live games and a powerful way for independent studios to get started. Boost revenue, engagement, and retention—while cutting costs—with game services, real-time analytics, and LiveOps.

Unity

Unity offers a platform for creating beautiful and engaging 2D, 3D, VR, and AR games and apps. It enables you to realize your creative vision fast and delivers your content to virtually any media or device.
Beginning with Unity 5.4, Unity supports Direct3D 12 development.
The Unity game engineUnity - Game Engine
Get UnityGet Unity
Unity documentation for WindowsUnity Manual / Windows
Add LiveOps using PlayFabGetting started - Make your first PlayFab API call from your Unity game
How to add interactivity to your game using Mixer InteractiveGetting started guide
Mixer SDK for UnityMixer Unity plugin
Mixer SDK for Unity reference documentationAPI reference for Mixer Unity plugin
Publish your Unity game to Microsoft StorePorting guide
Troubleshooting missing assembly references related to .NET APIsMissing .NET APIs in Unity and UWP
Publish your Unity game as a Universal Windows Platform app (video)How to publish your Unity game as a UWP app
Use Unity to make Windows games and apps (video)Making Windows games and apps with Unity
Unity game development using Visual Studio (video series)Using Unity with Visual Studio 2015

Havok

Havok’s modular suite of tools and technologies help game creators reach new levels of interactivity and immersion. Havok enables highly realistic physics, interactive simulations, and stunning cinematics. Version 2015.1 and higher officially supports UWP in Visual Studio 2015 on x86, 64-bit, and ARM.
Havok websiteHavok
Havok tool suiteHavok Product Overview
Havok support forumsHavok

MonoGame

MonoGame is an open source, cross-platform game development framework originally based on Microsoft's XNA Framework 4.0. Monogame currently supports Windows, Windows Phone, and Xbox, as well as Linux, macOS, iOS, Android, and several other platforms.
MonoGameMonoGame website
MonoGame DocumentationMonoGame Documentation (latest)
Monogame DownloadsDownload releases, development builds, and source code from the MonoGame website, or get the latest release via NuGet.
MonoGame 2D UWP game sampleCreate a UWP game in MonoGame 2D

Cocos2d

Cocos2d-x is a cross-platform open source game development engine and tools suite that supports building UWP games. Beginning with version 3, 3D features are being added as well.
Cocos2d-xWhat is Cocos2d-x?
Cocos2d-x programmer's guideCocos2d-x Programmers Guide
Cocos2d-x on Windows 10 (blog post)Running Cocos2d-x on Windows 10
Add LiveOps using PlayFabGetting started - Make your first PlayFab API call from your Cocos2d game

Unreal Engine

Unreal Engine 4 is a complete suite of game development tools for all types of games and developers. For the most demanding console and PC games, Unreal Engine is used by game developers worldwide.

BabylonJS

BabylonJS is a complete JavaScript framework for building 3D games with HTML5, WebGL, WebVR, and Web Audio.
BabylonJSBabylonJS
WebGL 3D with HTML5 and BabylonJS (video series)Learning WebGL 3D and BabylonJS
Building a cross-platform WebGL game with BabylonJSUse BabylonJS to develop a cross-platform game

Porting your game

If you have an existing game, there are many resources and guides available to help you quickly bring your game to the UWP. To jumpstart your porting efforts, you might also consider using a Universal Windows Platform Bridge.
Porting a Windows 8 app to a Universal Windows Platform appMove from Windows Runtime 8.x to UWP
Porting a Windows 8 app to a Universal Windows Platform app (video)Porting 8.1 Apps to Windows 10
Porting an iOS app to a Universal Windows Platform appMove from iOS to UWP
Porting a Silverlight app to a Universal Windows Platform appMove from Windows Phone Silverlight to UWP
Porting from XAML or Silverlight to a Universal Windows Platform app (video)Porting an App from XAML or Silverlight to Windows 10
Porting an Xbox game to a Universal Windows Platform appPorting from Xbox One to Windows 10 UWP
Porting from DirectX 9 to DirectX 11Port from DirectX 9 to Universal Windows Platform (UWP)
Porting from Direct3D 11 to Direct3D 12Porting from Direct3D 11 to Direct3D 12
Porting from OpenGL ES to Direct3D 11Port from OpenGL ES 2.0 to Direct3D 11
OpenGL ES to Direct3D 11 using ANGLEANGLE
Classic Windows API equivalents in the UWPAlternatives to Windows APIs in Universal Windows Platform (UWP) apps

Prototype and design

Now that you've decided the type of game you want to create and the tools and graphics technology you'll use to build it, you're ready to get started with the design and prototype. At its core, your game is a Universal Windows Platform app, so that's where you'll begin.

Introduction to the Universal Windows Platform (UWP)

Windows 10 introduces the Universal Windows Platform (UWP), which provides a common API platform across Windows 10 devices. UWP evolves and expands the Windows Runtime model and hones it into a cohesive, unified core. Games that target the UWP can call WinRT APIs that are common to all devices. Because the UWP provides guaranteed API layers, you can choose to create a single app package that will install across Windows 10 devices. And if you want to, your game can still call APIs (including some classic Windows APIs from Win32 and .NET) that are specific to the devices your game runs on.
The following are excellent guides that discuss the Universal Windows Platform apps in detail, and are recommended reading to help you understand the platform.
Introduction to Universal Windows Platform appsWhat's a Universal Windows Platform app?
Overview of the UWPGuide to UWP apps

Getting started with UWP development

Getting set up and ready to develop a Universal Windows Platform app is quick and easy. The following guides take you through the process step-by-step.
Getting started with UWP developmentGet started with Windows apps
Getting set up for UWP developmentGet set up
If you're an "absolute beginner" to UWP programming, and are considering using XAML in your game (see Choosing your graphics technology and programming language), the Windows 10 development for absolute beginners video series is a good place to start.
Beginners guide to Windows 10 development with XAML (Video series)Windows 10 development for absolute beginners
Announcing the Windows 10 absolute beginners series using XAML (blog post)Windows 10 development for absolute beginners

UWP development concepts

Overview of Universal Windows Platform app developmentDevelop Windows apps
Overview of network programming in the UWPNetworking and web services
Using Windows.Web.HTTP and Windows.Networking.Sockets in gamesNetworking for games
Asynchronous programming concepts in the UWPAsynchronous programming

Windows Desktop APIs to UWP

These are some links to help you move your Windows desktop game to UWP.
Use existing C++ code for UWP game developmentHow to: Use existing C++ code in a UWP app
UWP APIs for Win32 and COM APIsWin32 and COM APIs for UWP apps
Unsupported CRT functions in UWPCRT functions not supported in Universal Windows Platform apps
Alternatives for Windows APIsAlternatives to Windows APIs in Universal Windows Platform (UWP) apps

Process lifetime management

Process lifetime management, or app lifecyle, describes the various activation states that a Universal Windows Platform app can transition through. Your game can be activated, suspended, resumed, or terminated, and can transition through those states in a variety of ways.
Handling app lifecyle transitionsApp lifecycle
Using Microsoft Visual Studio to trigger app transitionsHow to trigger suspend, resume, and background events for UWP apps in Visual Studio

Designing game UX

The genesis of a great game is inspired design.
Games share some common user interface elements and design principles with apps, but games often have a unique look, feel, and design goal for their user experience. Games succeed when thoughtful design is applied to both aspects—when should your game use tested UX, and when should it diverge and innovate? The presentation technology that you choose for your game—DirectX, XAML, HTML5, or some combination of the three—will influence implementation details, but the design principles you apply are largely independent of that choice.
Separately from UX design, gameplay design such as level design, pacing, world design, and other aspects is an art form of its own—one that's up to you and your team, and not covered in this development guide.
UWP design basics and guidelinesDesigning UWP apps
Designing for app lifecycle statesUX guidelines for launch, suspend, and resume
Design your UWP app for Xbox One and television screensDesigning for Xbox and TV
Targeting multiple device form factors (video)Designing Games for a Windows Core World

Color guideline and palette

Following a consistent color guideline in your game improves aesthetics, aids navigation, and is a powerful tool to inform the player of menu and HUD functionality. Consistent coloring of game elements like warnings, damage, XP, and achievements can lead to cleaner UI and reduce the need for explicit labels.

Typography

The appropriate use of typography enhances many aspects of your game, including UI layout, navigation, readability, atmosphere, brand, and player immersion.
Typography guideBest Practices: Typography

UI map

A UI map is a layout of game navigation and menus expressed as a flowchart. The UI map helps all involved stakeholders understand the game’s interface and navigation paths, and can expose potential roadblocks and dead ends early in the development cycle.

Game audio

Guides and references for implementing audio in games using XAudio2, XAPO, and Windows Sonic. XAudio2 is a low-level audio API that provides signal processing and mixing foundation for developing high performance audio engines. XAPO API allows the creation of cross-platform audio processing objects (XAPO) for use in XAudio2 on both Windows and Xbox. Windows Sonic audio support allows you to add Dolby Atmos for Home Theater, Dolby Atmos for Headphones, and Windows HRTF support to your game or streaming media application.
XAudio2 APIsProgramming guide and API reference for XAudio2
Create cross-platform audio processing objectsXAPO Overview
Intro to audio conceptsAudio for games
Windows Sonic overviewSpatial sound
Windows Sonic spatial sound samplesXbox Advanced Technology Group audio samples
Learn how to integrate Windows Sonic into your games (video)Introducing Spatial Audio Capabilities for Xbox and Windows

DirectX development

Guides and references for DirectX game development.
DirectX for UWP developmentDirectX programming
Tutorial: How to create a UWP DirectX gameCreate a simple UWP game with DirectX
DirectX interaction with the UWP app modelThe app object and DirectX
Graphics and DirectX 12 development videos (YouTube channel)Microsoft DirectX 12 and Graphics Education
DirectX overviews and referenceDirectX Graphics and Gaming
Direct3D 12 programming guide and referenceDirect3D 12 Graphics
DirectX 12 fundamentals (video)Better Power, Better Performance: Your Game on DirectX 12

Learning Direct3D 12

Learn what changed in Direct3D 12 and how to start programming using Direct3D 12.
Set up programming environmentDirect3D 12 programming environment setup
How to create a basic componentCreating a basic Direct3D 12 component
Changes in Direct3D 12Important changes migrating from Direct3D 11 to Direct3D 12
How to port from Direct3D 11 to Direct3D 12Porting from Direct3D 11 to Direct3D 12
Resource binding concepts (covering descriptor, descriptor table, descriptor heap, and root signature)Resource binding in Direct3D 12
Managing memoryMemory management in Direct3D 12

DirectX Tool Kit and libraries

The DirectX Tool Kit, DirectX texture processing library, DirectXMesh geometry processing library, UVAtlas library, and DirectXMath library provide texture, mesh, sprite, and other utility functionality and helper classes for DirectX development. These libraries can help you save development time and effort.
Get DirectX Tool Kit for DirectX 11DirectXTK
Get DirectX Tool Kit for DirectX 12DirectXTK 12
Get DirectX texture processing libraryDirectXTex
Get DirectXMesh geometry processing libraryDirectXMesh
Get UVAtlas for creating and packing isochart texture atlasUVAtlas
Get the DirectXMath libraryDirectXMath
Direct3D 12 support in the DirectXTK (blog post)Support for DirectX 12

DirectX resources from partners

These are some additional DirectX documentation created by external partners.
Nvidia: DX12 Do's and Don'ts (blog post)DirectX 12 on Nvidia GPUs
Intel: Efficient rendering with DirectX 12DirectX 12 rendering on Intel Graphics
Intel: Multi adapter support in DirectX 12How to implement an explicit multi-adapter application using DirectX 12
Intel: DirectX 12 tutorialCollaborative white paper by Intel, Suzhou Snail and Microsoft

Production

Your studio is now fully engaged and moving into the production cycle, with work distributed throughout your team. You're polishing, refactoring, and extending the prototype to craft it into a full game.

Notifications and live tiles

A tile is your game's representation on the Start Menu. Tiles and notifications can drive player interest even when they aren't currently playing your game.
Developing tiles and badgesTiles, badges, and notifications
Sample illustrating live tiles and notificationsNotifications sample
Adaptive tile templates (blog post)Adaptive Tile Templates - Schema and Documentation
Designing tiles and badgesGuidelines for tiles and badges
Windows 10 app for interactively developing live tile templatesNotifications Visualizer
UWP Tile Generator extension for Visual StudioTool for creating all required tiles using single image
UWP Tile Generator extension for Visual Studio (blog post)Tips on using the UWP Tile Generator tool

Enable in-app product (add-on) purchases

An add-on (in-app product) is a supplementary item that players can purchase in-game. Add-ons can be game levels, items, or anything else that your players might enjoy. Used appropriately, add-ons can provide revenue while improving the game experience. You define and publish your game's add-ons through Partner Center, and enable in-app purchases in your game's code.
Durable add-onsEnable in-app product purchases
Consumable add-onsEnable consumable in-app product purchases
Add-on details and submissionAdd-on submissions
Monitor add-on sales and demographics for your gameAdd-on acquisitions report

Debugging, performance optimization, and monitoring

To optimize performance, take advantage of Game Mode in Windows 10 to provide your gamers with the best possible gaming experience by fully utilizing the capacity of their current hardware.
The Windows Performance Toolkit (WPT) consists of performance monitoring tools that produce in-depth performance profiles of Windows operating systems and applications. This is especially useful for monitoring memory usage and improving game performance. The Windows Performance Toolkit is included in the Windows 10 SDK and Windows ADK. This toolkit consists of two independent tools: Windows Performance Recorder (WPR) and Windows Performance Analyzer (WPA). ProcDump, which is part of Windows Sysinternals, is a command-line utility that monitors CPU spikes and generates dump files during game crashes.
Performance test your codeCloud based load testing
Get Xbox console type using Gaming Device InformationGaming Device Information
Improve performance by getting exclusive or priority access to hardware resources using Game Mode APIsGame Mode
Get Windows Performance Toolkit (WPT) from Windows 10 SDKWindows 10 SDK
Get Windows Performance Toolkit (WPT) from Windows ADKWindows ADK
Troubleshoot unresponsible UI using Windows Performance Analyzer (video)Critical path analysis with WPA
Diagnose memory usage and leaks using Windows Performance Recorder (video)Memory footprint and leaks
Get ProcDumpProcDump
Learn to use ProcDump (video)Configure ProcDump to create dump files

Advanced DirectX techniques and concepts

Some portions of DirectX development can be nuanced and complex. When you get to the point in production where you need to dig down into the details of your DirectX engine, or debug difficult performance problems, the resources and information in this section can help.
PIX on WindowsPerformance tuning and debugging tool for DirectX 12 on Windows
Debugging and validation tools for D3D12 development (video)D3D12 Performance Tuning and Debugging with PIX and GPU Validation
Optimizing graphics and performance (video)Advanced DirectX 12 Graphics and Performance
DirectX graphics debugging (video)Solve the tough graphics problems with your game using DirectX Tools
Visual Studio 2015 tools for debugging DirectX 12 (video)DirectX tools for Windows 10 in Visual Studio 2015
Direct3D 12 programming guideDirect3D 12 Programming Guide
Combining DirectX and XAMLDirectX and XAML interop

High dynamic range (HDR) content development

Build game content that uses the full color capabilities of HDR.
Introduction to HDR and color concepts (video)Lighting up HDR and advanced color in DirectX
Learn how to render HDR content and detect whether the current display supports itHDR sample
Create and configure an advanced color using DirectXDirect2D advanced color image rendering sample

Globalization and localization

Develop world-ready games for the Windows platform and learn about the international features built into Microsoft’s top products.
Preparing your game for the global marketGuidelines when developing for a global audience
Bridging languages, cultures, and technologyOnline resource for language conventions and standard Microsoft terminology

Security

Create an environment where your gamers can play and compete fairly. A game enrolled in TruePlay runs in a protected process which mitigates a class of common attacks. The game monitoring system also helps to identify common cheating scenarios.
Tools to combat cheating within PC gamesTruePlay

Submitting and publishing your game

The following guides and information help make the publishing and submission process as smooth as possible.

Publishing

You'll use Partner Center to publish and manage your game packages.
Partner Center app publishingPublish Windows apps
Partner Center advanced publishing (GDN)Partner Center advanced publishing guide
Use Azure Active Directory (AAD) to add users to your Partner Center accountManage account users
Rating your game (blog post)Single workflow to assign age ratings using IARC system

Packaging and uploading

Learn to use streaming install and optional packages (video)Nextgen UWP app distribution: Building extensible, stream-able, componentized apps
Divide and group content to enable streaming installUWP App Streaming install
Create optional packages like DLC game contentOptional packages and related set authoring
Package your UWP gamePackaging apps
Package your UWP DirectX gamePackage your UWP DirectX game
Packaging your game as a 3rd party developer (blog post)Create uploadable packages without publisher's store account access
Creating app packages and app package bundles using MakeAppxCreate packages using app packager tool MakeAppx.exe
Signing your files digitally using SignToolSign files and verify signatures in files using SignTool
Uploading and versioning your gameUpload app packages

Policies and certification

Don't let certification issues delay your game's release. Here are policies and common certification issues to be aware of.
Microsoft Store App Developer AgreementApp Developer Agreement
Policies for publishing apps in the Microsoft StoreMicrosoft Store Policies
How to avoid some common app certification issuesAvoid common certification failures

Store manifest (StoreManifest.xml)

The store manifest (StoreManifest.xml) is an optional configuration file that can be included in your app package. The store manifest provides additional features that are not part of the AppxManifest.xml file. For example, you can use the store manifest to block installation of your game if a target device doesn't have the specified minimum DirectX feature level, or the specified minimum system memory.
Store manifest schemaStoreManifest schema (Windows 10)

Game lifecycle management

After you've finished development and shipped your game, it's not "game over". You may be done with development on version one, but your game's journey in the marketplace has only just begun. You'll want to monitor usage and error reporting, respond to user feedback, and publish updates to your game.

Partner Center analytics and promotion

Partner Center analyticsAnalyze app performance
Learn how your customers are engaging with the Xbox features in your gameXbox analytics report
Responding to customer reviewsRespond to customer reviews
Ways to promote your gamePromote your apps

Visual Studio Application Insights

Visual Studio Application Insights provides performance, telemetry, and usage analytics for your published game. Application Insights helps you detect and solve issues after your game is released, continuously monitor and improve usage, and understand how players are continuing to interact with your game. Application Insights works by adding an SDK into your app, which sends telemetry to the Azure portal.
Application performance and usage analyticsVisual Studio Application Insights
Enable Application Insights in Windows appsApplication Insights for Windows Phone and Store apps

Third party solutions for analytics and promotion

Understand player behavior using GameAnalyticsGameAnalytics
Connect your UWP game to Google AnalyticsGet Windows SDK for Google Analytics
Learn how to use Windows SDK for Google Analytics (video)Getting started with Windows SDK for Google Analytics
Use Facebook App Installs Ads to promote your game to Facebook usersGet Windows SDK for Facebook
Learn how to use Facebook App Installs Ads (video)Getting started with Windows SDK for Facebook
Use Vungle to add video ads into your gamesGet Windows SDK for Vungle

Creating and managing content updates

To update your published game, submit a new app package with a higher version number. After the package makes its way through submission and certification, it will automatically be available to customers as an update.
Updating and versioning your gamePackage version numbering
Game package management guidanceGuidance for app package management

Adding Xbox Live to your game

Xbox Live is a premier gaming network that connects millions of gamers across the world. Developers gain access to Xbox Live features that can organically grow their game’s audience, including Xbox Live presence, Leaderboards, Cloud Saves, Game Hubs, Clubs, Party Chat, Game DVR, and more.
 Note
If you would like to develop Xbox Live enabled titles, there are several options are available to you. For info about the various programs, see Developer program overview.
Xbox Live overviewXbox Live developer guide
Understand which features are available depending on programDeveloper program overview: Feature table
Links to useful resources for developing Xbox Live gamesXbox Live resources
Learn how to get info from Xbox Live servicesIntroduction to Xbox Live APIs

For developers in the Xbox Live Creators Program

OverviewGet started with the Xbox Live Creators Program
Add Xbox Live to your gameStep by step guide to integrate Xbox Live Creators Program
Add Xbox Live to your UWP game created using UnityGet started developing an Xbox Live Creators Program title with the Unity game engine
Set up your development sandboxXbox Live sandboxes introduction
Set up accounts for testingAuthorize Xbox Live accounts in your test environment
Samples for Xbox Live Creators ProgramCode samples for Creators Program developers
Learn how to integrate cross-platform Xbox Live experiences in UWP games (video)Xbox Live Creators Program

For managed partners and developers in the ID@Xbox program

Additional resources

Game development videosVideos from major conferences like GDC and //build
Indie game development (video)New Opportunities for Independent Developers
Considerations for multi-core mobile devices (video)Sustained Gaming Performance in multi-core mobile devices
Developing Windows 10 desktop games (video)PC Games for Windows 10

No comments: