schell / varying

Continuously varying values, made easy :)
MIT License
40 stars 5 forks source link

Don't use StateT for leftover time in Tweens. #29

Closed src-of-truth[bot] closed 5 years ago

src-of-truth[bot] commented 6 years ago

This creates a funky state where running two tween splines together causes leftover time interplay. Think about continuations or something. https://github.com/schell/varying/blob/58d15799afd036d05662a4bf22294e4dd628d71d/src/Control/Varying/Tween.hs#L134-L137

src-of-truth[bot] commented 5 years ago

Closed in commit da5562c7d9a0b4294eeef0970a3dabb121b2906e by @schell