qt-wgpu-skel/README.md
2026-01-24 21:07:33 +03:00

6 lines
258 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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.