2D graphics

Fredrik Lundh fredrik at pythonware.com
Mon Oct 10 04:26:54 EDT 2005


"Peres" wrote:

> As a Python beginner, I feel a bit lost among all possible libraries...
> so I wondered whether soemone could help me find my way... I
> just need to generate animated sequences of 2D primitives (dots
> and lines), as fast as possible, checking the computer clock for
> the time elapsed for each image, and checking the mouse click.

"animated" as in "animated on screen" ?

all Python GUI toolkits can do that.  which one(s) do you have installed
on your machine?

</F>






More information about the Python-list mailing list