Vulkan backend available written in pure Rust? #8458
Answered
by
tronical
RickyMatos
asked this question in
Q&A
-
I'm creating an interface that uses Vulkan by default but I'm having problems with rendering Skia in Vulkan with C++ bindings. My program is written entirely in Rust, so would there be any way to use Vulkan with pure Rust without using C++ code? |
Beta Was this translation helpful? Give feedback.
Answered by
tronical
May 17, 2025
Replies: 1 comment 1 reply
-
The main branch (as well as the next release) will contain a version of the femtovg renderer that can use wgpu, which in turn can be set up to use Vulkan. That way you can render with Vulkan without having to compile Skia. that said, what issues with Skia are you running into? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
RickyMatos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The main branch (as well as the next release) will contain a version of the femtovg renderer that can use wgpu, which in turn can be set up to use Vulkan. That way you can render with Vulkan without having to compile Skia.
that said, what issues with Skia are you running into?