pyvista / pyvistaqt

Qt support for PyVista
http://qtdocs.pyvista.org
MIT License
110 stars 19 forks source link

Can I have an animation within a window, without writing to a gif or movie file? #634

Open GrowlingM1ke opened 1 month ago

GrowlingM1ke commented 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?

larsoner commented 1 month ago

AFAIK there is no animation decorator but you should be able to accomplish something like this using QTimer