One of the things they've been doing is separating different parts of their program to different libraries and making their program more "agnostic" towards wxWidgets and removing things like its own version of strings and opting for the C++ versions instead. That's something we can also benefit from and then build directly on top of.