pyvista / pyvistaqt

Qt support for PyVista
http://qtdocs.pyvista.org
MIT License
111 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 2 months ago

GrowlingM1ke commented 2 months 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 2 months ago

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