ofpennereasing
ofpennereasing copied to clipboard
Changed variable names to improve readability.
Based on the names of the coffeescript implementation of PennerEasing: https://github.com/jimjeffers/Easie/blob/master/easie.coffee
Hi @jahd2602 thanks for the PR. unfortunately I'm not using this project or openframeworks these days so can't test or merge it. If you have an up to date fork you'd like me to link to let me know.
Just added an UNMAINTAINED comment for clarity.
Cheers, j
Hi @jesusgollonet. Well, I don't use openframeworks either. However, I use these functions indirectly through the Godot Game Engine https://github.com/godotengine/godot/blob/master/thirdparty/misc/easing_equations.cpp
The change I did in this PR is just variable renaming. And I made sure it compiles using the Visual Studio 2017 cl.exe compiler.