Page 1 of 1

map editor?

Posted: Fri Jul 01, 2011 10:18 am
by Tom_leonardsson
Is there anyway to make a map editor in ONLY c# or do I need to use xna?

Re: map editor?

Posted: Fri Jul 01, 2011 10:22 am
by Falco Girgis
It is possible to make a map editor in C# without XNA.

Re: map editor?

Posted: Tue Jul 05, 2011 10:06 am
by MrDeathNote
Tom_leonardsson wrote:Is there anyway to make a map editor in ONLY c# or do I need to use xna?
You could use GDI+ but doooonnnn'tttt. Its slower than an arthritic sloth. You could also use OpenTK, SDL.NET, Direct3D. Pick your poison.