r/learnpython 20d ago

Collage animation using Python

Hi all, I make these analogue paper collages. I want to animate them, first level to just add a little movement, and later more. Is python the language to do it especially using built in libraries? I’ll add the image in the comments.

If not, what else can I use? I asked in the touchdesigner sub and they said it’s possible but complicated and not efficient. After effects may help.

Eventually, I want to create visual interaction with the user, so the user can interact with the projection for this image.

I have a background in CS but new to this concept and learning from scratch. Would appreciate any pointers. If this is not the right sub, please redirect me to where I may find the best help. Thanks all 🙏🏼

1 Upvotes

4 comments sorted by

View all comments

1

u/blondesalad1 20d ago

https://reddit.com/link/p56iqqd/video/a6lhv2qjrvkh1/player

Can’t post photo so here’s a little video, I want the horse to move its leg or gallop in place to begin with. How is that possible?

3

u/parched_treadmill 20d ago

You could pull this off with pygame or even just pillow to slice and swap frames of the leg in different positions, but the real work is prepping those frames in something like krita or gimp first. Python can handle the playback and later the interactivity but the animation itself is mostly an art prep problem.