meodai / poline

Esoteric Palette Generator Mico-Lib Interpolating HSL Color in cartesian space
https://meodai.github.io/poline/
MIT License
672 stars 33 forks source link

Add Catmull-Rom Spline Interpolation Function #3

Open meodai opened 1 year ago

meodai commented 1 year ago

https://twitter.com/mattdesl/status/1622565571698077697

As shown my @mattdesl, I would require to rethink the the way interpolation is handled, now its a simple distance function, the "Catmull-Rom spline" function quires awareness of all points. It would not be a big change though.