WPF vs XNA to render thousands of sprites
- by Aurélien Ribon
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