Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

I need a free and recent SDK for use with C#. I will work first in 2D games with visual effects. Thanks for now. Can anyone help me?

share|improve this question
XNA is free, you should use that – Douglas Rae Mar 27 '12 at 14:57
Thanks Douglas, but i was searching one more specific. – Daniel Accorsi Mar 27 '12 at 15:22

closed as not constructive by Byte56, David Gouveia, Josh Petrie, Tetrad Mar 27 '12 at 17:01

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

up vote 4 down vote accepted

Take your pick, all of these use C#. I recommend the first as I believe it to be the easiest one to get started with, especially for 2D graphics:

  • Microsoft XNA - Built on top of DirectX9. Very user friendly and game oriented.
  • OpenTK - An OpenGL C# wrapper.
  • SlimDX - A DirectX C# wrapper.
  • SharpDX - Another DirectX C# wrapper.
share|improve this answer
Thanks, i will try SlimDX and SharpDX. – Daniel Accorsi Mar 27 '12 at 15:20

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