From 0bfa0fbd796df102cd14f119fa4a7face358f5f1 Mon Sep 17 00:00:00 2001 From: Skrylar Date: Sat, 14 Jul 2018 17:14:35 -0500 Subject: more animation packages (#795) * its FLTK time * add skrylar's interpolation --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 9c04787..56c0f8a 100644 --- a/packages.json +++ b/packages.json @@ -9944,6 +9944,18 @@ "license": "MIT", "web": "https://github.com/genotrance/nimclipboard" }, + { + "name": "skinterpolate", + "url": "https://github.com/Skrylar/skInterpolate", + "method": "git", + "tags": [ + "interpolation", + "animation" + ], + "description": "Interpolation routines for data and animation.", + "license": "MIT", + "web": "https://github.com/Skrylar/skInterpolate" + }, { "name": "nimspice", "url": "https://github.com/CodeDoes/nimspice", -- cgit v1.2.3