What does HackerNews think of vello?

An experimental GPU compute-centric 2D renderer.

Language: Rust

Basically, an improved API that targets a more modern graphics pipeline and has better support outside of browsers. You can write a graphics engine or custom renderer in Rust and have it ship across desktop and web. See Vello for example:

https://github.com/linebender/vello

> Vello uses this fairly extensively

What is Vello?

I'm guessing you mean this: https://github.com/linebender/vello

It's an area of active research. One very promising project is vello [1] which is essentially a software renderer on the GPU (requires GPU compute support). Preliminary results are looking good. Better than anything else out there good.

--

[1] https://github.com/linebender/vello