caffeinepills

Results 101 comments of caffeinepills

Just a note that the only reason OpenAL is the only backend for Mac is because it's the only one that supports positional sound on Mac. While another could be...

> Recap of what I was told in the pyglet Discord today: > > * Win32 GDI (Win 7-ish and fallback?) font loading currently scans the system font directory >...

This isn't a bug per-se, but normal behavior. You cannot make or bind any resources in OpenGL before a context is created (which is done during Window creation). The only...

Is this happening with one source or different sources? Can you provide a source that is causing the error? I do see you are using ffmpeg 4.3. I would suggest...

This should be resolved in master branch.

Needs more testing on various OS's, but this is my initial implementation if anyone wants to test: https://github.com/caffeinepills/pyglet/tree/dpi_windows

Memory leaks should be resolved in https://github.com/pyglet/pyglet/pull/790

Is this improved at all through the latest master branch?

This should be fixed with the new alternate event loop. If the problem occurs again, let us know with the latest pyglet and a new ticket.

You can try my branch here: https://github.com/caffeinepills/pyglet/tree/macosx_dev to see if there is any change. This doesn't fix the M1 issues, but should fix the memory leaks. We have dug into...