thobbs / genartlib

Utilities for creating generative artwork with Clojure
MIT License
217 stars 20 forks source link

Easing Functions? #7

Open sdedovic opened 3 years ago

sdedovic commented 3 years ago

Hey I ported most of the easing functions from easings.net over at ai/easings.net to clojure, just using vanilla java.lang.Math. More than happy to donate the namespace here, if you'd like.

Check it out: sdedovic/easings-clj

verberktstan commented 3 months ago

Thanks @sdedovic I'm looking forward to use these! I notice that you don't have a licence in your easings-clj repo.

I want to take a look at how to implement these in genartlib (or in my own library verberktstan/genartgear) Are you ok with that?