Darius
What kind of graphical environment and operating system do you want to
do this on? Is there a particular UI toolkit you have in mind? Or do
you want to output an animated gif or small movie file?
-Peter
Basically you are looking at a fairly complex thing - you need to create
a "context" and then draw into it with commands (they vary according to
your toolkit) and then display the result. Loop that and change the drawing
every time and you have animation.
wxPython has very easy widgets for doing something like this (you can use an
animated gif for example), and it's cross-platform so that a big plus. It's
tricky to get into, but well worth it.
hth
\d