Zaphod
Zaphod
we need to find the way to cache transformation calculation results, which could improve perfomance due to less calculations done at each frame. as you can see here: https://github.com/Beeblerox/flixel-spine-hx/blob/transform-sprite/source/flixel/addons/display/FlxTransformableSprite.hx#L65-L123 there...
I've started working on it here: https://github.com/HaxeFlixel/flixel/pull/1336 but it need more time ##
it can be used for things like animation, movement, path following, flickering, particle behavior, etc. ##
This will be very helpfull since it will add possibilities for navigation, refactoring, todo-lists, auto documentation etc.
this prop could be: - "static" - "dynamic" - "input" For some help see this series of tutorials: http://active.tutsplus.com/series/flashpunk-ui-components/
it will be useful for memory cleanup