Support for pyVista widget? #1366
gsal
started this conversation in
Ideas / Feature Requests
Replies: 3 comments 2 replies
-
For reference: in April there was a already an Q/A discussion about pyvista: #745 |
Beta Was this translation helpful? Give feedback.
1 reply
-
Sure, that's probably possible. A pull request for a first proof-of-concept would be very welcome. 🙂 |
Beta Was this translation helpful? Give feedback.
1 reply
-
I really hope that nicegui can support pyvista soon! |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to take advantage of VTK functionality.
So, I looked at trame, for sure, as the supposedly natural choice to get to VTK; but, to me, it seems a bit convoluted and too vtk-centric...so vtk-centric that for any other widgets typical of a dashboard application, one needs to visit Vuetify, look the widget docs in javascript, and 'translate' to python based on some rules in the trame doc itself...not cool.
And, so, I rather learn nicegui as the all a round frontend for my applications and then bring in pyvista when needing vtk stuff.
Is it possible?
Does anybody know how to properly include a pyvista widget to load a vtk file, visualize and possible do some plane cutting and stuff?
Beta Was this translation helpful? Give feedback.
All reactions