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?
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:
- Use XNA
- Use whichever language C++/C# you know best, perhaps with SlimDX.
Comparison between XNA and DirectX (C#)
... pretty much answers my question.
精彩评论