开发者

How to make games with WPF or Silverlight?

How do I make games in WPF and in C#? Is there a document in PDF forma开发者_运维技巧t that explains this?


You could read the articles posted on Silverlight Games 101, as a starting point.

That being said, it's more just learning how to write games. Using WPF/Silverlight is just one way to render your game - but writing the game is pretty much going to require all of the same skills as using other platforms.


Google this name. The title of the book is "3D Game Development with Microsoft Silverlight 3: Beginner's Guide".


There is a 2D (sprite based) port of the XNA framework to Silverlight called SilverSprite The same tutorials that work for XNA work for this library.


Using WPF to create games is not recommended. You should consider using cocos2d, unity or another similar framework.

If you really have to use WPF, you can see an example here => mini wpf game

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜