Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ravbug/sdlxqt
Demo showing SDL and Qt in the same process
https://github.com/ravbug/sdlxqt
app-development game-development qt6 qt6-widgets sdl3
Last synced: 3 months ago
JSON representation
Demo showing SDL and Qt in the same process
- Host: GitHub
- URL: https://github.com/ravbug/sdlxqt
- Owner: Ravbug
- Created: 2024-07-12T22:05:08.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T19:11:34.000Z (4 months ago)
- Last Synced: 2024-09-29T07:41:37.952Z (3 months ago)
- Topics: app-development, game-development, qt6, qt6-widgets, sdl3
- Language: C++
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SDLxQt
This demo app shows how to use both Qt6 and SDL3 in the same process.
It creates two separate windows, one owned by SDL and one owned by Qt, and sets up event listening in each.### Building
1. Install the Qt6 Widgets development libraries.
2. git clone with `--recurse-submodules` flag. This will ensure SDL3 is available.
3. `cmake -S . -B build`
4. `cmake --build build --target SDLxQt`