Any know how to integrate Rhino compute in Three.js but using react frontend and node.js backend?
I use it with only css and html and its work good, but with react I cant use it.
Any know how to integrate Rhino compute in Three.js but using react frontend and node.js backend?
I use it with only css and html and its work good, but with react I cant use it.
Hi @Adrian9
Three Fiber is a React library that converts Three.js into self-contained React components. That’s the first place to start. Then you can leverage Canvas and basic 3D functions as a front end and render Rhino Compute API responses with it.