CatxFish / motion-effect

obs-studio plugin for source item animation
https://obsproject.com/forum/resources/motion-filter.668/
GNU General Public License v2.0
214 stars 38 forks source link

Easing #22

Closed wackazong closed 4 years ago

wackazong commented 4 years ago

Any plans on using an easing function?

There is a lua script with easing functions that could maybe be integrated here.

AFAIK these need to be used in helpers.c in vec_linear, vec_bezier and crop_linear. Does not look to difficult to implement and would give the whole thing a much more professional feel.

wackazong commented 4 years ago

I would be willing to try and make a pull request but I switched to OBS on Win because it performs much better than on OS X. And the last time I did something on Windows, let alone build something from source was, well, quite some time ago. 😁