Here's some interesting behavior I've noticed on wx + pygfx. When you move your mouse slowly, you get responsive camera movement, but when you move the mouse fast, the image doesn't update until you stop moving it:
I do know that the wx rendercanvas tries to avoid rendering during resize events, so if you click and drag a corner of the cavas, the image will stretch until you stop, at which point the new image will "snap" into place. This could be another instance of that behavior?
Here's some interesting behavior I've noticed on wx + pygfx. When you move your mouse slowly, you get responsive camera movement, but when you move the mouse fast, the image doesn't update until you stop moving it:
I do know that the wx rendercanvas tries to avoid rendering during resize events, so if you click and drag a corner of the cavas, the image will stretch until you stop, at which point the new image will "snap" into place. This could be another instance of that behavior?