meshcat-dev / meshcat-python

WebGL-based 3D visualizer for Python
MIT License
259 stars 63 forks source link

meshcat in react #101

Open emsoft1 opened 3 years ago

emsoft1 commented 3 years ago

hi @danieljfarrell I need your help I want to use Meshcat inside a react component. before I change the HTML file in the Meshcat folder to add more abject but now I like to work with Mechcat inside the react component . is there any trick or tips you have for doing this? please tell me if you need more details. best regards mehrdad

kingjin94 commented 1 year ago

I am using the static_html() functionality of the visualizer to get a document that can then be used anywhere via iframes. Maybe that helps?