Animation

I'm doing a fluid simulation and for post processing I'm using paraview. For this, I need to reaload the vtk or csv file whenever i want to see the plot during simulation.I'm looking for some ways that show the results on screen as the simulation marches over the time. Something like an animation, Is there anyway to do it using cpp? I hope I could've explained correctly what I meant.
Last edited on
Paraview is a completely separate application. I'm not sure that it would be easy to trigger it to replot (other than by restarting it).

You need some graphics libraries callable from C++. One with some fairly high-level routines is dislin:
https://www.dislin.de/
Topic archived. No new replies allowed.