Which one performs better to run a game main loop?
|
|
|
|
|
|
|
There's a new option in RC0, it's the CompositionTarget.Rendering event. It seems to have promise for being the best option. As for other game loop methods, it's generally accepted that the empty Storyboard is best. So I'd recommend the new Rendering event first, and if that seems to have issues, go with the empty Storyboard. I've got a bit here on the new Rendering event: |
||
|
