I have an OpenTK GLControl embedden in a WindowsFormsHost in my WPF application. I want to continuously update and render it. In Winforms a solution would be to attach the UpdateAndRender method to the Application.Idle event, but there is no such thing in WPF.

So what would be the best way to do (60FPS) updating of my scene and GLControl ?

link|improve this question

31% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.