InsightCenterNoodles / Orzo

Noodles Rendering Client in Python
MIT License
0 stars 1 forks source link

Events Not Registered #4

Closed alexracape closed 1 year ago

alexracape commented 1 year ago

Unicode input not registered for pyglet == 2.0.7. Currently working around this by passing keyboard input through to that event handler as well. With pyglet == 2.0.8, key press is not registered, but key release and unicode input are both registered. After a while when the program is running events of all types seem to get dropped.

alexracape commented 1 year ago

Much better performance on m1 mac, never froze like on intel. After a while some mouse clicks were not registered, and unicode input not registered at all (pyglet == 2.0.7)

alexracape commented 1 year ago

Waiting on https://github.com/moderngl/moderngl-window/issues/175 https://github.com/pyglet/pyglet/pull/898