diff options
| author | Skrylar <joshua.cearley@gmail.com> | 2018-07-14 17:14:35 -0500 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-07-14 23:14:35 +0100 |
| commit | 0bfa0fbd796df102cd14f119fa4a7face358f5f1 (patch) | |
| tree | b673dc8c932964112107010b2c0fb10ce2eb680e | |
| parent | cd47ded2ada186f1e51f87b1f72218ae3e387f4f (diff) | |
| download | packages-0bfa0fbd796df102cd14f119fa4a7face358f5f1.tar.gz packages-0bfa0fbd796df102cd14f119fa4a7face358f5f1.zip | |
more animation packages (#795)
* its FLTK time
* add skrylar's interpolation
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 9c04787..56c0f8a 100644 --- a/packages.json +++ b/packages.json @@ -9945,6 +9945,18 @@ "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", "method": "git", |
