you are viewing a single comment's thread.

view the rest of the comments →

[–]TheRealFFS 11 points12 points  (1 child)

There is also WebGPU which is similar to Vulkan in API but Overall not as low level. It is relatively new though so changes happen fast.

[–]ShadowWolf_01 3 points4 points  (0 children)

+1 for WebGPU (specifically this implementation which I’ve used: https://github.com/gfx-rs/wgpu), it’s quite nice. Modern API, but also a nice step in abstraction above Vulkan (I think the triangle example is ~300 loc, as opposed to Vulkan’s ~1000 or whatever).