Click to See Complete Forum and Search --> : wxPython and C/SDL


movEAX_444
09-01-2004, 03:05 PM
I have a C SDL app, I want a GUI around it (a map editor), can I have one using wxPython or do I _have_ to rewrite it using PyGame?

cfaun5
09-02-2004, 05:04 PM
You don't HAVE to do anything. The SDL application could call the wxPython application using system or exec. If you want integration, it is a tecnical possibility to port wxMGL to SDL.