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 ?