Open GrowlingM1ke opened 1 month ago
Coming from mayavi, I was able to embed a 3D visualization within my PyQT window and have it animated (https://docs.enthought.com/mayavi/mayavi/mlab_animating.html). I was wondering if something similar is possible within pyvista?
AFAIK there is no animation decorator but you should be able to accomplish something like this using QTimer
Coming from mayavi, I was able to embed a 3D visualization within my PyQT window and have it animated (https://docs.enthought.com/mayavi/mayavi/mlab_animating.html). I was wondering if something similar is possible within pyvista?