What framework should I use for a game in Silverlight and on the client? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-27T18:04:00Z http://stackoverflow.com/feeds/question/900515 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/900515/what-framework-should-i-use-for-a-game-in-silverlight-and-on-the-client 0 What framework should I use for a game in Silverlight and on the client? BenMaddox 2009-05-23T00:23:34Z 2009-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#900527 4 Answer by rmoore for What framework should I use for a game in Silverlight and on the client? rmoore 2009-05-23T00:28:42Z 2009-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>