exokitxr / exokit-frontend

Frontend for exokit. Turns exokit into a spatial web browser. 🦎
7 stars 3 forks source link

Studio UI resize noticable delay #45

Open chrislatorres opened 5 years ago

chrislatorres commented 5 years ago

There is a noticeable delay between the Studio UI and main Exokit window during resize:

studio03

avaer commented 5 years ago

This most likely won’t be changed until electron supports direct texture access — it depends on the synchronous operation of electron’s ticks with our resize logic so the two windows are in lockstep.

Alternatively we can simply disable resizes, or disable the menu entirely during resize. This might be less janky.