简体   繁体   中英

How to make games with WPF or Silverlight?

How do I make games in WPF and in C#? Is there a document in PDF format 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".

XNA框架在Silverlight上有一个2D(基于Sprite)端口,称为SilverSprite 。适用于XNA的相同教程也适用于此库。

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM