Re: Basic animation in Python - how to

2007-12-08 Thread Donn Ingle
> Please refer me to some basic Python code for animation like that . You are in for a wild ride! Depending on your platform you can use dozens of different tools. Try wxPython, pyCairo, pyGTK and PIL (Python Imaging Library) for the most capable. Basically you are looking at a fairly complex thin

Re: Basic animation in Python - how to

2007-12-08 Thread Peter Wang
On Dec 8, 6:37 am, "http://members.lycos.co.uk/dariusjack/"; <[EMAIL PROTECTED]> wrote: > I need to draw a shaded rectangle and have flashing (gif animated) > points on it > so not to refresh all objects a rectangle, but points, changing their > colors, attributes. > Please refer me to some basic P

Basic animation in Python - how to

2007-12-08 Thread http://members.lycos.co.uk/dariusjack/
I need to draw a shaded rectangle and have flashing (gif animated) points on it so not to refresh all objects a rectangle, but points, changing their colors, attributes. Please refer me to some basic Python code for animation like that . Darius -- http://mail.python.org/mailman/listinfo/python-li