@lisyarus@mastodon.gamedev.place
Post #1983667
2023-02-21 19:18 UTC
New blog post! Tried making something interactive & fun this time :) It's about my favourite animation trick I've been using for years.
https://lisyarus.github.io/blog/programming/2023/02/21/exponential-smoothing.html
Replies (1)
-
@slembcke@mastodon.gamedev.place 2023-02-21 21:04
@lisyarus@mastodon.gamedev.place Ah, I wrote an article about this some years ago, but your's is much more detailed: https://www.gamedeveloper.com/programming/improved-lerp-smoothing- I also often use this trick with logarithmic interpolation for zoom state: https://www.gamedeveloper.com/programming/logarithmic-interpolation