Hacker News new | ask | show | jobs
by davefol 1251 days ago
I have spent the last week working on an off screen rendering tool using Vulkan and Rust.

I’d highly recommend using vulkano

https://vulkano.rs/

It’s not stable but it’s useable. It’s actively developed. It’s quite a joy to use actually, feels like a rust library rather than a bunch of foreign function calls.