Hacker News new | ask | show | jobs
by nchase 1392 days ago
This reminds me of react-three-fiber[1], which is built on top of Three.js.

react-three-fiber is a really nice way to build 3-d scenes on the web for those of us who aren't skilled in graphics and GPU programming.

Looks like Three.js supports WebGPU rendering now. Naively, I wonder how performance differs between UseGPU and R3F with Three's WebGPU renderer.

[1]: https://github.com/pmndrs/react-three-fiber

1 comments

If you're into R3F, check out what https://github.com/hmans is doing on top of it (RenderComposer, ShaderComposer, VFXComposer etc.). Black magic!