Qt + WGPU skeleton
Go to file
2026-01-24 21:07:33 +03:00
src Qt+WGPU 2026-01-24 21:07:33 +03:00
ui Qt+WGPU 2026-01-24 21:07:33 +03:00
.gitignore Qt+WGPU 2026-01-24 21:07:33 +03:00
Cargo.lock Qt+WGPU 2026-01-24 21:07:33 +03:00
Cargo.toml Qt+WGPU 2026-01-24 21:07:33 +03:00
CMakeLists.txt Qt+WGPU 2026-01-24 21:07:33 +03:00
README.md Qt+WGPU 2026-01-24 21:07:33 +03:00

Qt6+WGPU skeleton program

This example combines Qt6 GUI (C++) with WGPU rendering (Rust). It doesnt do much of either but its the bridging whats relevant.

Currently only X11 (XCB) is supported but it should be easy to extend to other platforms.