Qt + WGPU skeleton
Go to file
2026-01-25 00:45:49 +03:00
src rename from example 2026-01-25 00:45:49 +03:00
ui rename from example 2026-01-25 00:45:49 +03:00
.gitignore Qt+WGPU 2026-01-24 21:07:33 +03:00
Cargo.lock rename from example 2026-01-25 00:45:49 +03:00
Cargo.toml rename from example 2026-01-25 00:45:49 +03:00
CMakeLists.txt rename from example 2026-01-25 00:45:49 +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.