vote up 1 vote down star

Could some one provide me some good resources for development using DirectX in C#?

flag

48% accept rate
1  
take a look at stackoverflow.com/questions/384561/… – faulty Dec 25 '08 at 5:40

3 Answers

vote up 2 vote down

There is an old port of DirectX on C# in DirectX SDK from MS.

Also there is an open-source framework called SlimDX: http://code.google.com/p/slimdx/

link|flag
vote up 2 vote down

Microsoft's XNA uses DirectX, it is designed to make DirectX/Game programming easier for managed developers.

link|flag
vote up 1 vote down

If DirectX is not strictly required, I encourage you to try Ogre3D. It is graphics engine that built on top of DirectX or OpenGL. The library is originally in C++ but the MOgre C# wrapper is working fine. And it is easy to get started.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.