Many people want to combine SDL and wxWidgets into a coherent application. The primary reason being wxWidgets is not a good game programming library, but it is an excellent cross-platform widget toolkit. SDL is an excellent cross-platform game programming library. If we put them together, we could have cross-platform games with native widgets.
My motivation is to built a cross-platform front-end for an emulator using native menus, dialogs, and other widgets for configuration and SDL for the multimedia API (audio, input, and possibly video). I hope my experience will be beneficial to other people wanting to do the same.
Need to contact us? We can be reached by email or via our online feedback form.