Re: Multiple windows with custom event loop (Windows 7)

2017-07-11 Thread Hugo Gagnon
The code outputs: Clock ticked switched to window Figure(width=640, height=480) and then hangs, i.e. the windows become unresponsive. Closing them don't work. Closing the Anaconda Windows prompt does. -- Hugo Gagnon On Tue, Jul 11, 2017, at 03:56, Benjamin Moran wrote: > There are several

Re: Discussion on adding a 3D Model class to pyglet

2017-07-11 Thread Benjamin Moran
As a follow up Nick, You've recreated a lot of things that will potentially end up in pyglet core at some point. This is more related to the other thread about an eventual move of the pyglet codebase to GL3+. It looks like we can leverage most of the existing pyglet.graphics module when we

Re: Multiple windows with custom event loop (Windows 7)

2017-07-11 Thread Benjamin Moran
There are several debug flags that can be set in pyglet that might help with debugging this, but I would first suggest a quick poor-man's debugging, and just throw a few print statements in there. Give the following a try. It will either tell us where it's hanging, or if it's another issue