D
DK
I'm somewhat new to Python but not to programming.
I just want to know if it's possible to have a SINGLE wxPython frame
containing two sections where one will contain widgets and the other
will host an animation done using PyGame.
More specifically, I want to have a list of names of animations on the
left and depending on what is selected, run the PyGame animation in the
main area.
I just want to know if it's possible to have a SINGLE wxPython frame
containing two sections where one will contain widgets and the other
will host an animation done using PyGame.
More specifically, I want to have a list of names of animations on the
left and depending on what is selected, run the PyGame animation in the
main area.