What framework should I use for a game in Silverlight and on the client? - Stack Overflow most recent 30 from stackoverflow.com2009-11-27T18:04:00Zhttp://stackoverflow.com/feeds/question/900515http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/900515/what-framework-should-i-use-for-a-game-in-silverlight-and-on-the-client0What framework should I use for a game in Silverlight and on the client?BenMaddox2009-05-23T00:23:34Z2009-05-23T00:28:42Z
<p>I made a couple simple games in Silverlight. I'm considering making a much deeper game for Windows. It would have a feature limited version available in Silverlight for use in the browser. What would you recommend I use for the client application (not in a browser or Silverlight)? </p>
<p>If any additional information is required, I'll try to add it.</p>
http://stackoverflow.com/questions/900515/what-framework-should-i-use-for-a-game-in-silverlight-and-on-the-client/900527#9005274Answer by rmoore for What framework should I use for a game in Silverlight and on the client?rmoore2009-05-23T00:28:42Z2009-05-23T00:28:42Z<p>WPF seems like the obvious choice. Since Silverlight is itself a subset of WPF the games and code you already have would be easily portable into whatever application you set up. You could even just wrap your main page in a window and probably run it. </p>
<p>If you don't want to use WPF for the Client App, then please try to state the reasons, (cross-platform, etc.)</p>