Hi,
My client ask me to create an animation like this https://www.youtube.com/watch?v=uev21NTzom8
Can this be achieved with Phaser without a performance or memory issues ? if yes, what object type I need to use?
Thanks
Hi,
My client ask me to create an animation like this https://www.youtube.com/watch?v=uev21NTzom8
Can this be achieved with Phaser without a performance or memory issues ? if yes, what object type I need to use?
Thanks
Blitter game object, see these examples
Or a RenderTexture. It’s only 1 object, you’re drawing instead of animating
I don’t know why but if I use blitter, the performance is 10% worse if objs more than 5k.
Solved thanks!