sudara / awesome-juce

A curated list of JUCE modules, templates, plugins, oh my!
MIT License
815 stars 39 forks source link

Add 'friz' animation control library #2

Closed bgporter closed 2 years ago

bgporter commented 2 years ago

Add your code! To get it merged quickly, double check:

You can add a gitlab or other url, but only github repositories currently show stars and licenses.

sudara commented 2 years ago

This is great! Could you do me a favor and add the site and description to sites.md and not the README (which is autogenerated each night). I'll make it clearer in the pull request template!

bgporter commented 2 years ago

done, and re-committed to the PR branch.

sudara commented 2 years ago

Added! I cherry-picked your last commit into main to avoid the merge commits. Thanks Brett!

sudara commented 2 years ago

@bgporter BTW, I'm very excited about trying out your library! I had started an animation class on my own, also with all the easings from easings.net — somehow didn't manage to run into yours! I've been daydreaming about what a JUCE rendering system would look like if animation, shadows, padding, etc were all first class citizens.

bgporter commented 2 years ago

Excellent! I intend to do an update & improve pass through the code this summer; I wrote this for personal projects, but we're using it in production code at Artiphon now, and I'm learning where the spots that need attention are. I agree that my top request for the JUCE team would be to learn from all the other pro-quality graphics stacks out there and bring JUCE up to date.