I'm working on some cross-platform audio software, and we're about to start on version 2.0 with a complete re-write so that we can fix some of the architecture mishaps from the first version, as well as allow for far more extensibility.
I've been looking at SDL, and I really like the 2d graphics capabilities and the speed that I can get with it. However, as this is not just a graphics application, I want to be able to use wxWindows for the windowing, menu, and events system, but use SDL to do the graphics where live updating and speed is required.
The application uses both python and C++, so I'm sending this message to both the python and standard mailing lists for wx and SDL.
Is this possible? Has it been done? I'm a bit confused as to how it would work, but I'm hoping that maybe someone has a solution. (Or, you can just all tell me that I'm insane).
Thanks,
Nicholas Burlett
nrb23@cornell.edu