I am developping in Ironpython with Visual Studio 2010 through PTVS.
I see that WPF is quite slow compared to the silverlight equivalent... at least to me. My program does a lot of calculations but the user interface is really simple. I have read lots of WPF vs Silverlight questions and this one too. I heard about silverlight out-of-browser mode... I don't know what to think about it.
I am a little bit confused, I need my application to be fast, I don't need much things concerning the user interface. It is a windows app only, it is only destined to run on the user computer.
so, is wpf actually the best choice in this case?
Thanks