top | item 46662273

Show HN: WebGPU React Renderer Using Vello

5 points| mblode | 1 month ago |github.com

I've built a package to use Raph Levien's Vello as a blazing fast 2D renderer for React on WebGPU. It uses WASM to hook into the Rust code

1 comment

order

metmac|1 month ago

This is nuts. But give me some rope here, how much of react renders in Vello. Like is Vello taking the place of the shadow DOM here or is the entire DOM being render on a WASM thread somehow.

I have so many questions.