Hi,

I need to animate a series of images. There seems to be quite a few options for doing this. What would be the best widget to start with?

The program I'm developing will control when each of the animated images is updated. As such, what I need to do is load a series of images, draw one to the display, draw the next one to an offscreen bufer, swap the images, and so on. I've worked with OpenGL so that's the sort of approach I was thinking of.

Cheers,

Chris