Rendering graphics in C#

后端 未结 6 1944
孤城傲影
孤城傲影 2020-12-31 18:30

Is there another way to render graphics in C# beyond GDI+ and XNA?

(For the development of a tile map editor.)

6条回答
  •  耶瑟儿~
    2020-12-31 19:06

    You could try looking into WPF, using Visual Studio and/or Expression Blend. I'm not sure how sophisticated you're trying to get, but it should be able to handle a simple editor. Check out this MSDN Article for more info.

提交回复
热议问题