How to create a smooth animation using C# Windows forms?

后端 未结 3 768
我在风中等你
我在风中等你 2021-01-05 09:30

due my school project I must create a game using Windows forms only..

I have decided to create a 2D racing game. So now I need to move the car image. To move it I tr

3条回答
  •  花落未央
    2021-01-05 10:14

    From the details you provided, i can say this, if you wish to create a mini-game i would recommend you use WPF with some XNA libraries, because WinForms is not really cut out to enable a very impresive graphic experience, but rather it favours the creation simple GUI tools. Sometimes not even double buffering helps much.

提交回复
热议问题