Skip to content

Instantly share code, notes, and snippets.

@Skycocoo
Skycocoo / wx_pygame.py
Created June 19, 2018 21:30
Pygame embedded in wxPython; deprecated methods removed
### PYGAME IN WX ###
# A simple test of embedding Pygame in a wxPython frame
#
# By David Barker (aka Animatinator), 14/07/2010
# Patch for cross-platform support by Sean McKean, 16/07/2010
# Patch to fix redrawing issue by David Barker, 20/07/2010
# Second window demo added by David Barker, 21/07/2010
# modified by Yuxi Luo (Skycocoo), 19/06/2018
# removed all deprecated methods to current pygame & wx version