Yes. The animation is done by the timer, which will be in the same thread as your calculations.

Figure out how to use a timer while executing other code.
Or you can combine this with my multithreading demo

Woka