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: 3 months ago
JSON representation
Swift playground demonstrating lerp, smooth step, Catcall-Rom and others!
- Host: GitHub
- URL: https://github.com/FlexMonkey/Interpolation-Playground-
- Owner: FlexMonkey
- Created: 2016-01-30T05:24:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-01-27T13:16:46.000Z (almost 5 years ago)
- Last Synced: 2024-04-27T23:33:47.684Z (6 months ago)
- Language: Swift
- Homepage: http://flexmonkey.blogspot.co.uk/2016/01/playing-with-interpolation-functions-in.html
- Size: 197 KB
- Stars: 62
- Watchers: 8
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-Swift-Playgrounds - Interpolation Playground - Playground demonstrating lerp, smooth step, Catcall-Rom and others! ⏳ (UIKit And Graphics / Core Image)
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
* GaussianFeel free to raise a PR to add your own!