What's the state of 3D graphics for #Rust? There are many abandoned projects (glium, gfx...) along with the not-yet-ready wgpu framework and many thin wrappers around non-portable APIs (DirectX and Metal), the very low-level Vulkan or the deprecated OpenGL.
https://crates.io/keywords/graphics
#programming #graphics #vulkan #opengl
Perhaps Vulkano is the 3D rendering API I'm looking for. Too bad it won't be portable to browsers (since WebGPU ended up being different from Vulkan).
The triangle example is "only" 500 lines of #Rust
https://github.com/vulkano-rs/vulkano/blob/master/examples/src/bin/triangle.rs
Ok, more than half are nice comments...