nill

Started by
24 comments, last by BUCHANKO 11 years ago

nill

~~~~ Salami ~~~~

Advertisement

DirectX 11 vs. 11.1: For Windows 7 and Windows Vista, you can continue to use the same DirectX 11.0 APIs as always even with this update installed. The only thing you have to do is to install the updated SDK Debug Layers to restore D3D11_CREATE_DEVICE_DEBUG functionality. If you want to take advantage of some of the new DirectX 11.1 APIs now available on Windows 7 as well, you need to use the Windows 8.0 SDK with VS 2010 or VS 2012 rather than continuing to use the legacy DirectX SDK. See Where is the DirectX SDK? and DirectX SDKs of a certain age for details.

http://blogs.msdn.com/b/chuckw/archive/2013/02/26/directx-11-1-and-windows-7-update.aspx

If this post or signature was helpful and/or constructive please give rep.

// C++ Video tutorials

http://www.youtube.com/watch?v=Wo60USYV9Ik

// Easy to learn 2D Game Library c++

SFML2.2 Download http://www.sfml-dev.org/download.php

SFML2.2 Tutorials http://www.sfml-dev.org/tutorials/2.2/

// Excellent 2d physics library Box2D

http://box2d.org/about/

// SFML 2 book

http://www.amazon.com/gp/product/1849696845/ref=as_li_ss_tl?ie=UTF8&camp=1789&creative=390957&creativeASIN=1849696845&linkCode=as2&tag=gamer2creator-20

nill

~~~~ Salami ~~~~

Oh, so Once I install Express Visual Studio 2012 I will also have DX11.1 which is the latest ?

That's right. DirectX SDK is now the part of Windows 8 SDK, which will be installed with Visual Studio, so you don't have to install anything by yourself and don't have to configure additional include folders in your project settings.

If you gonna use it, don't forget what I mentioned before about D3DX helpers (like D3DXVECTOR3, D3DXMATRIX, D3DXCreateEffectFromFile and others). Almost all of tutorials out there are based around using those helpers, but they are deprecated in Windows 8 SDK.

noone is using the sound or input features of the SDK

Out of curiosity, why not?


I shouldn't have said no-one to be honest these API's however haven't changed since DX8 and in the case of the media extensions there are better alternatives(Bink, custom VP8 encoder/decoder) out there even for the Audio libs there are better options (Fmod and Wwise come to mind). MS recommends you not use DirectInput for mouse, keyboard or XInput Devices however as well which makes DirectInput of less use nowadays.

Worked on titles: CMR:DiRT2, DiRT 3, DiRT: Showdown, GRID 2, theHunter, theHunter: Primal, Mad Max, Watch Dogs: Legion

nill

~~~~ Salami ~~~~

This topic is closed to new replies.

Advertisement