vote up 1 vote down star

Which one performs better to run a game main loop?

flag

70% accept rate

1 Answer

vote up 3 vote down check

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:

http://silverlightrocks.com/cs/blogs/silverlight_games_101/archive/2008/09/26/a-much-cleaner-game-loop-in-silverlight-2-rc0.aspx

link|flag
The blog post Bill Reiss posted no longer exists. Try the MSDN reference for CompositionTarget.Rendering: msdn.microsoft.com/en-us/library/… – Rafe May 17 at 16:19

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.