How well does WPF blend with XNA in real life? - Stack Overflow most recent 30 from stackoverflow.com2009-11-09T06:12:22Zhttp://stackoverflow.com/feeds/question/43596http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/43596/how-well-does-wpf-blend-with-xna-in-real-life7How well does WPF blend with XNA in real life?bitbonk2008-09-04T12:16:42Z2008-09-23T08:15:04Z
<p>I understand that there are several ways to blend XNA and WPF within the same application. I find it enticing to use WPF for all GUI and HUD stuff in my XNA games. Does anyone have any practical experience on how well this approach works in real life using .NET 3.5 SP1 ? Any pitfalls (such as the <a href="http://blogs.msdn.com/nickkramer/archive/2005/07/14/438640.aspx" rel="nofollow">"airspace problem"</a>)? Any hint on what appoach works best?</p>
http://stackoverflow.com/questions/43596/how-well-does-wpf-blend-with-xna-in-real-life/44218#442183Answer by Kris Erickson for How well does WPF blend with XNA in real life?Kris Erickson2008-09-04T17:19:47Z2008-09-04T17:19:47Z<p>There are is an addition in 3.5 SP1 that allow better interaction between DirectX and WPF (D3DImage), and one way to get to that is through XNA.</p>
<p>Here is some details:</p>
<p><a href="http://jmorrill.hjtcentral.com/Default.aspx?tabid=428&EntryID=259" rel="nofollow">http://jmorrill.hjtcentral.com/Default.aspx?tabid=428&EntryID=259</a></p>
http://stackoverflow.com/questions/43596/how-well-does-wpf-blend-with-xna-in-real-life/49281#492810Answer by rudigrobler for How well does WPF blend with XNA in real life?rudigrobler2008-09-08T07:47:43Z2008-09-08T07:47:43Z<p>Thamir Khason presented a excellent session about WPF/XNA/Silverlight at Tech-ed... Here is his slides:
<a href="http://blogs.microsoft.co.il/blogs/tamir/archive/2008/04/14/my-teched-08-presentation-slides-download.aspx" rel="nofollow">http://blogs.microsoft.co.il/blogs/tamir/archive/2008/04/14/my-teched-08-presentation-slides-download.aspx</a></p>
<p>PS. This was quite impressive to see... he had a game that ran on the xbox. On his desktop using WPF to host XNA and ons his mobile phone using silverlight all playing against each other!!!</p>
http://stackoverflow.com/questions/43596/how-well-does-wpf-blend-with-xna-in-real-life/64954#649540Answer by Joel Martinez for How well does WPF blend with XNA in real life?Joel Martinez2008-09-15T17:31:13Z2008-09-15T17:31:13Z<p>I personally would advise against trying to do this integration. I know what you're going for ... the ease of defining GUI/HUD elements in WPF greatly outweighs trying to do the same in just plain old XNA. However, think realistically of the time you'll spend trying to enable this scenario vs. how much you'd save if you just did everything "natively" in XNA. Also (and this may not be an issue for you), WPF isn't supported on the xbox or zune ... so you'd be limiting yourself :-)</p>
http://stackoverflow.com/questions/43596/how-well-does-wpf-blend-with-xna-in-real-life/119786#1197862Answer by rudigrobler for How well does WPF blend with XNA in real life?rudigrobler2008-09-23T08:15:04Z2008-09-23T08:15:04Z<blockquote>
<p>XNA integration is high on our list of things to add to WPF so we're looking in to this for future versions. Stay tuned (to GregSc's blog) for the details as they become available.</p>
</blockquote>
<p>Ian Ellison-Taylor</p>
<p>Read more about this <a href="http://groups.google.com/group/wpf-disciples/browse_thread/thread/82cc834ecb195913/0820be490bb4a706?show_docid=0820be490bb4a706" rel="nofollow">here</a></p>