Quicker way to code animations in C++?
Unsolved
General and Desktop
-
Hello!
The property animation system is great but it is a lot of code to write basic animations. You have to create the object, set a start vape, set an end value, set duration, set easing, etc.
Does anyone have any nice design patterns for this? Like passing in a dict or something.
I'm using python.
Thanks!