Pygame embedded in wxPython

A simple test of embedding PyGame in a wxPython frame
Download

Pygame embedded in wxPython Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Price:
  • FREE
  • Publisher Name:
  • David Barker

Pygame embedded in wxPython Tags


Pygame embedded in wxPython Description

A simple test of embedding PyGame in a wxPython frame Pygame embedded in wxPython is a simple test of embedding PyGame in a wxPython frame.Developer commentsI've been looking into getting wxPython working with Pygame for a while now, as one of my future projects will involve a fairly complicated interface which would be far too difficult to implement using Pygame alone. Unfortunately this was easier said than done as there appears to be just one example on combining the two, and it's far from perfect - it doesn't show how you would have Pygame running constantly (just how to play a video), and closing the window throws several errors.So, after a lot of faffing around with messy code and duelling with screens of error messages, I've managed to get this basic demo working. It's not entirely finished yet as there's no real event handling involved (I haven't decided whether it would be best to let wx handle all events or to try and get Pygame to process the ones occurring within its window), but I hope it'll make the process of combining Pygame and wxPython a bit easier. Any comments are welcome, and give me a shout if any problems crop up. Requirements: · Python · pygame What's New in This Release: · This version is now fully cross-platform, thanks to a patch by randomeyes which makes Pygame draw to a surface and then pass it to wx as an image rather than initialising an SDL display. This approach also makes it possible to have multiple Pygame displays running at once, as shown in the demo.


Pygame embedded in wxPython Related Software