cmbruns / pyopenvr

Unofficial python bindings for Valve's OpenVR virtual reality SDK
BSD 3-Clause "New" or "Revised" License
251 stars 40 forks source link

samples/wx/hello_wx.py stutters on slower desktop monitors #16

Open cmbruns opened 8 years ago

cmbruns commented 8 years ago

I resolved most of the problem in issue #15 (I believe) by using single-buffering rather than double-buffering for the desktop screen mirror window in the glfw, glut, qt, and sdl frameworks. But I could not relieve the stuttering using the wx framework, without eliminating the on-screen mirror. So this issue records this one remaining problem.