joereynolds / what-to-code

Ideas for things to program
MIT License
1.44k stars 63 forks source link

Did the linear interpolation thingy #6

Closed BenWiederhake closed 8 years ago

BenWiederhake commented 8 years ago

Is this what you intended, or maybe even useful?

Also, thanks for the exercise. :)

joereynolds commented 8 years ago

That's not what I meant but it's still pretty cool!

tweening is usually a lazier way of animating. Basically you create intermediate frames given the start and end images. This could be used in spritesheets to animate sprites and other stuff

https://en.wikipedia.org/wiki/Inbetweening