Simple Game in C# with only native libraries

前端 未结 3 1730
余生分开走
余生分开走 2021-02-02 04:05

I could find a set of java 2D game tutorials and android game tutorials which uses only native graphics libraries.
I\'m looking for something simi

3条回答
  •  渐次进展
    2021-02-02 04:16

    If you want to make dynamic drawings, you can use the WPF Canvas for these purposes. It doesn't support gaming or such, but it is a simple way of drawing primitive forms and images as you would do in a website.

提交回复
热议问题