Mayavi (3D scientific visualization) integration with nicegui #3150
anandjebakumar
started this conversation in
Ideas / Feature Requests
Replies: 1 comment 2 replies
-
Hi @anandjebakumar, I'm not sure about a NiceGUI integration of Mayavi. We would somehow need to extract the VTK rendering data and send it to the client. For static images this shouldn't be a problem. But for interactivity, we would need to run something like vkt.js on the client and communicate with the server. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How easy/difficult would it be to integrate mayavi with nicegui? I really like the ability to integrate Matplotlib/Plotly plots and looks like three.js integration is also there to help with 3D scenes. Integrating mayavi would be a huge benefit for complex 3D scientific visualizations. Thanks for all you do!
Beta Was this translation helpful? Give feedback.
All reactions