Hacker News new | ask | show | jobs
by whatever_dude 1561 days ago
Unless you live in windows ONLY, start with wgpu (a Rust library that supports WebGPU). It'll work with Metal/Vulkan/Web.

WebGPU is very similar to Vulkan, near a 1:1 in concepts. A lot of the new libraries (Metal, DirectX) are similar in fact, so learning WebGPU will get you extremely prepared for any of those.

1 comments

I don't see why you wouldn't also use wgpu on Windows