Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/FlexMonkey/Interpolation-Playground-

Swift playground demonstrating lerp, smooth step, Catcall-Rom and others!
https://github.com/FlexMonkey/Interpolation-Playground-

Last synced: 2 months ago
JSON representation

Swift playground demonstrating lerp, smooth step, Catcall-Rom and others!

Lists

README

        

# Interpolation-Playground
Swift playground demonstrating lerp, smooth step, Catmull-Rom and others!

![screenshot.png](screenshot.png)

List of interpolations

* Linear Interpolation
* Smooth Step
* Smoother Step
* Smoothest Step
* Squared
* Inverse Squared
* Cubed
* Sin
* Catmull-Rom
* Elastic In
* Elastic Out
* Wobble
* Gaussian

Feel free to raise a PR to add your own!