This is a package that provides a Lerp() function for doing easing/interpolation
for animation in Go.
A demo using Runal: https://github.com/rahji/runalosc/tree/main/animation
This originally came from some Processing code by Manohar Vanga. I made some changes to make it work with p5.js. Then I ported the main function to Go, so I could use it with Runal and ebitengine.