`friz` -- new animation control module

Hey all –

I’ve just released some animation controller code I’ve been working on that might be useful/interesting/amusing/etc. MIT licensed. It’s not packaged as a JUCE user module yet, but I plan to add that in the next few days, fingers x-ed.

It’s designed to be lightweight, extensible (comes with 6 curve types, adding more is trivial), decoupled, and modern.

Repo: https://github.com/bgporter/animator

blog post, including quick video demos: https://artandlogic.com/2019/09/friz-and-the-illusion-of-life/

19 Likes

Looks great! Thanks for sharing this and doing the videos and documentation. Nice work!

2 Likes

@bgporter, I took your repo and turned it into Juce module. I know that you had plans to do it yourself. Please let me know if you want me to submit PR to include it to your original repo.

3 Likes

Cool – I’ll check this out!