Skip to content
/ SDLxWx Public

Using SDL3 and wxWidgets in the same program

Notifications You must be signed in to change notification settings

Ravbug/SDLxWx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDLxWx

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.

image

Building

  1. git clone with --recurse-submodules flag. This will ensure SDL and wxWidgets are available.
  2. cmake -S . -B build
  3. cmake --build build --target SDLxWx

About

Using SDL3 and wxWidgets in the same program

Topics

Resources

Stars

Watchers

Forks