So far Pygame GUI has been pretty intuitive. I even tried modifying the theme. I need to learn how it does layouts, though. Right now I’m manually placing the components and that’ll get old fast.
I was surprised to see the non-American spelling “colours” in the library.
Happy that adjusting the slider updated the lines on the fly as I’d hoped.
Also, I’m sure I’ll want this command in the future for resizing the screenshots before creating an animation like above:
convert -resize 640x360 -delay 20 -loop 0 output/frame_*.png output/anim.gif