Nick
Nick

Reputation: 5198

DirectX, Managed DX, XNA, which one to use?

What happened to unmanaged DX, using Win32 and C++? Is it dead or dying? Will it lose support/development like MDX? Is XNA just a fad for hobbyists?

Top games these days are still made with unmanaged DX, right?

Upvotes: 1

Views: 474

Answers (2)

Mr. Boy
Mr. Boy

Reputation: 63720

Managed DX pretty much died so for full DX access, you either need to stay with unmanaged C++ or use the hobbyist-but-very-popular SlimDX library, which is like a better version of Managed DX. XNA can be pretty good, it depends a lot what you're aiming for... but unless you're a professional game developer my advice is either:

  1. Use XNA
  2. Use whichever language C++/C# you know best, perhaps with SlimDX.

Upvotes: 2

Nick
Nick

Reputation: 5198

Comparison between XNA and DirectX (C#)

... pretty much answers my question.

Upvotes: 0

Related Questions