Just Released: EasyEase - Easing functions library for Processing

Hey Processing Community! :wave:

I’m excited to announce the release of a new library contribution i’ve made: is called EasyEase It’s all about bringing Natural Animation effects with super simple integration of easing functions in a simply and intuitive way, without complicated math headaches.

:point_right: Download the latest release

:books: Documentation can be found here

I’d love to hear your feedback about it, or even about potential issues and of course suggestions of improvement are totally welcome.

cheers and Happy coding to everyone

Fred

7 Likes

Found one error in BUZZ LIGHT:
The method inOutBounce(float, String) in the type EasyEase is not applicable for the arguments (int, int, String)

Installs easily. Lots of examples. Represents a lot of work; thanks for posting.

Hi svan,
thanks for pointing it out: line 29-30 were missing/misspelled in the example;
float motor = colorChange.framer(frameCount); float col = colorChange.inOutBounce(motor, 0, 255, "alternate");
it has been fixed and should now work fine.

If you encounter any further issues or have any questions, please don’t hesitate to let me know.

1 Like