Rendering graphics in C#

后端 未结 6 1939
孤城傲影
孤城傲影 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

    You might look into the Cairo graphics library. The Mono project has bindings for C#.

提交回复
热议问题