Code at: https://github.com/villares/sketch-a-day/tree/main/2024/sketch_2024_08_20
More sketch-a-day: https://abav.lugaralgum.com/sketch-a-day
I really need your support to keep going, if you can, donate any amount at: https://www.paypal.com/donate/?hosted_button_id=5B4MZ78C9J724 #Processing #Python #py5 #CreativeCoding #NumPy #lerp #LinearInterpolation
Update: This could be done with:
`r = py5.lerp(a[:,np.newaxis], b[:,np.newaxis], t) # np.newaxis is an alias for None`










