Page 1 of 1

Robert Penner's easing functions

Posted: Sun Feb 13, 2011 5:16 pm
by EmmanuelOga
Hello,

I ported to lua the easing functions based off Robert Penner's work, but with tweener as the main source.

There are two examples, one using plain old lua and the other one (arguably more interesting) using LÖVE.

https://github.com/EmmanuelOga/easing

No tweening helpers are included, I might give that problem a shot later.

Greets

Re: Robert Penner's easing functions

Posted: Mon Feb 14, 2011 8:14 am
by thelinx
This looks crazy useful and really simple to use. Thanks for sharing!