Skip to content

Officially remove support for rendering in python threads

Compare
Choose a tag to compare
@Kautenja Kautenja released this 16 Jun 19:37
· 40 commits to master since this release
  • handle the ugly pyglet import logic within ImageViewer to remove the need to import ImageViewer from within the NESEnv method
  • insert logic to detect creation of ImageViewer from python threads that are not the main thread and throw a RuntimeError to fail gracefully
  • documentation for executing render logic in multiprocessing environments