I wrote a simple GUI menu program using pyglet 2.1.6 and I'm running it under Linux (Mint 21 and 24). The program is being launched by an emulator front-end (EmulationStation) so I can easily select ...
We have an asyncio-based program and are planning to add a simple pyglet GUI. The program can't run without an asyncio loop. Is it possible to run pyglet without an event loop to draw simple text ...