Rendering graphics in C#

后端 未结 6 1941
孤城傲影
孤城傲影 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 18:54

    Cairo is an option. I'm currently rewriting my mapping software using both GDI+ and Cairo. It has a tile map generator, among other features.

提交回复
热议问题