Hi,
I am quite new to vispy but have managed to render a couple of meshes using gloo and the examples provided on the homepage.
I have run into the following problem: When I close a window/canvas, the python interpreter starts to lag/stutter. I sometimes can't even exit it properly.
A minimal working example can be constructed by replacing line 164 of the file examples/basics/gloo/rotate_cube.py with "def render():". I basically open the python interpreter, import rotate_cube, call render() and then close the window. If I then type in a new command, it takes multiple seconds for the letters appear on screen.
Is there anything that I need to take care of when creating (and closing) windows like this?
I am using the latest version of vispy with PyQt 4.11.3 as a backend and Python 2.7.6 on OS X 10.10.2.
Thanks in advance,
Thomas