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'm looking for a 2D gaming engine for C#/Windows. OpenTK seems reasonable, albeit made for 3D. I didn't find anything (other than an old thread from 2008) that talks about a 2D game engine.

Are there any decent (well-supported, free) 2D game libraries for OpenTK?

share|improve this question
DV but no comments? – ashes999 Nov 22 '12 at 22:59
I think this question goes into the "which technology to use" category (see the FAQ). You're just asking for a list here, without any definition of what a correct answer would look like. Since "decent" and "well-supported" are somewhat ambiguous. – Byte56 Nov 22 '12 at 23:19

1 Answer

Try MonoGame, it's a multi-platform (Windows, Android, iOS, Linux, Xbox) port of XNA and is in active development. It uses OpenTK under the hood but provides an easier level of abstraction for 2D game development.

http://monogame.codeplex.com/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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