This demo app shows how to use both wxWidgets and SDL3 in the same process. It creates two separate windows, one owned by SDL and one owned by wxWidgets, and sets up event listening in each.
- git clone with
--recurse-submodules
flag. This will ensure SDL and wxWidgets are available. cmake -S . -B build
cmake --build build --target SDLxWx