Archive 17/01/2023.

Tweening library

smellymumbler

Does anyone recommend any good C++ tweening library?

Modanung

ValueAnimations won’t do?

WangKai

I just improved the camera of the editor. Actually CubicOut easing is used. I think it’s very useful if we have a tweening library. Actually, it’s only one file of code large. Additionally, Urho has 2D, so it’s necessary.

Edit: for Urho 2D, tweening is essential.

johnnycable

Something like http://robertpenner.com/easing/ ?

WangKai

Yes, definitely. I have already used CubicOut in https://github.com/urho3d/Urho3D/pull/2115