Hi,
I'm porting my application from Winforms+XNA to WPF (+ XNA?) and I would like to know if the combination WPF + XNA makes sense or not. If it brings some advantages or if it is rather a bad choice.
A few points about my game:
It's a desk game with simple 2D animations (movement)
Main window contains panels like available games/players etc. + console.
I would like to add some fancy scenes to my program (at end of game, ...)
http://www.codeproject.com/KB/WPF/XnaInWPF.aspx is the code I would like my program base on.
So the appearance is quite similar to a chess program.
Thank you for suggestions!