glue-viz / glue-vispy-viewers

3-d data viewers for glue based on VisPy
http://glueviz.org/en/stable/whatsnew/experimental_3d.html#experimental-3d
BSD 2-Clause "Simplified" License
25 stars 21 forks source link

Solve the delay problem when moving the viewer window #31

Open PennyQ opened 9 years ago

PennyQ commented 9 years ago

I found that when I try to move the Vispy viewer window in Glue there would be some delay phenomenon. Also it won't influence the whole data display but solving this problem could kind of polish the user experience.

astrofrog commented 8 years ago

I've created some minimal VisPy + Qt4 code (without glue) to show the issue here:

https://gist.github.com/astrofrog/aa1b4a490e61b82f9aa7

and have put an example here:

https://www.youtube.com/watch?v=wBg8SRpa580&feature=youtu.be

I'll contact the VisPy devs to see if anyone knows what this could be caused by.

astrofrog commented 8 years ago

I opened a VisPy issue here: https://github.com/vispy/vispy/issues/1158

astrofrog commented 8 years ago

As for https://github.com/glue-viz/glue-3d-viewer/issues/40, this is fundamentally a Qt/OpenGL/MDI issue. Will be fixed only by allowing constrained layouts as described in https://github.com/glue-viz/glue/issues/837