Python: What library to use to generate an animation from scratch -



Python: What library to use to generate an animation from scratch -

i'm coding in python 2.7, using windows 8 machine, , thei'd generate animation starts colored grid, , in next still frame of animation, updates colors of grid based on current grid colors. instance, might have given grid block turn white if adjacent white block in previous still frame.

so need have way of drawing image scratch (i.e. not depend on loading , manipulating image stored on computer) , generating animation based on this, using logical instructions status on state of image @ time.

i'm not sure best way in outline. library (ies) handle best?

you can utilize tkinter that. , in standard python modules.

tkinter documentation

python-2.7 animation libraries

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -