Streamlit Components, Wrap around React Three Fiber?

ref:

Something like this should be possible, the biggest thing is defining how the Python side would interact with the React portion. There’s also the question if you can re-use an existing Python wrapper of threejs, which would make the component even easier:

https://pythreejs.readthedocs.io/en/stable/

1 Like