home.social

#linearinterpolation — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #linearinterpolation, aggregated by home.social.

  1. Code at: github.com/villares/sketch-a-d
    More sketch-a-day: abav.lugaralgum.com/sketch-a-d
    I really need your support to keep going, if you can, donate any amount at: paypal.com/donate/?hosted_butt #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`