You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be awsome to be able to serialize pyvista title/text objects. I've looked a little bit in the vtkjs side (https://kitware.github.io/vtk-js/api/Interaction_UI_CornerAnnotation.html) but I must confess it is quite different from other classes I looked up before. Not quite sure what would it need.
the issue here is that vtk.js use plain HTML to handle those and therefore don't really match what VTK/C++ is capturing/doing.
But with WASM, we should be able to capture it properly. Do you have a simple PyVista example illustrating such scene you would like to see on the client side? (that will help with testing/validation)
It would be awsome to be able to serialize pyvista title/text objects. I've looked a little bit in the vtkjs side (https://kitware.github.io/vtk-js/api/Interaction_UI_CornerAnnotation.html) but I must confess it is quite different from other classes I looked up before. Not quite sure what would it need.
I see it has all this methods:
that are divs. I assume it would work just passing
innerHtml
to them? Have you guys already thought about text or annotations serialization?Would love to help in my free time, but definitely need guidance :)
The text was updated successfully, but these errors were encountered: