WPF vs XNA to render thousands of sprites

Posted by Aurélien Ribon on Stack Overflow See other posts from Stack Overflow or by Aurélien Ribon
Published on 2010-05-03T14:34:36Z Indexed on 2010/05/03 14:38 UTC
Read the original article Hit count: 653

Filed under:
|
|

Hello,

I need to render thousand of ellipses linked each others with lines. What would be the best way (in terms of performances) to render it inside a WPF application. Is WPF Canvas painting a lot worse than XNA painting ?

Thanks, Aurélien

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf