directx

Getting started with directx

Remarks#

https://en.wikipedia.org/wiki/DirectX

Microsoft DirectX is a collection of application programming interfaces (APIs) for handling tasks related to multimedia, especially game programming and video, on Microsoft platforms.

Although DirectX contains a number of sub-components, DirectX is frequently referred to interchangeably with its most popular component, Direct3D, which is used to render 3D graphics. However, in its current form, it does include components for 2D graphics Direct2D, audio XAudio2 and input XInput.

Versions#

VersionRelease Date
9.0c2004-08-06
10.02006-11-30
10.12008-02-04
11.02009-10-22
11.12012-08-01
11.22013-10-18
12.02015-07-29

Installation or Setup

The DirectX SDK is included within the Windows SDK, in all versions past Windows SDK v8. Normally, the Windows SDK is installed with Visual Studio (any version past Visual Studio 2012), however, it can be installed separately. Previously, the DirectX SDK was available as a separate installation, the last separate release was made June 2010. Using these SDKs, developers can target Direct3D 9.0c, 10.x and 11.x. Direct3D 12.0 can be targeted only with the Windows 10 SDK.

The DirectX end-user runtime is now distributed through Windows Update. Since Windows 7, this is the only method of installing or updated DirectX - there are no standalone runtime installers available. For other versions of Windows, see here.


This modified text is an extract of the original Stack Overflow Documentation created by the contributors and released under CC BY-SA 3.0 This website is not affiliated with Stack Overflow