Here’s one of the promising outputs from yesterday.
It’s surprisingly hard to capture a pygame surface several times and make an animated gif. Looks like best bet is to export the images and then run ImageMagick on it like I’ve been doing in other projects.
Starting to feel like I’m just re-implementing this over and over in different platforms so I can log the results here. Hopefully I’m done hopping around for a little while. (-:
…
Here we go.
convert -delay 5 -loop 0 output/frame_*.png anim.gif
Not what you expected based on the screenshot right?
I wasn’t expecting solitons to split from each other like that. The first one does it, then at the end of the animation several of them split into two as well. Looks cool but will it work for my insect wings?