Hi i am currently working on a game using pixi. I have used too many animations which is effecting the performance. I am using very heavy assets(4k background). i would like to know if i can use multiple canvas one over the other. and render them as per requirement. the renderer redrawing the whole background slowing the speed of the game. and suggestions.
some animations require a higher frame rate but the other animation will do well with lower frame rate.
i would like to optimize the game as much as possible.