Hi everyone,
I'm new here in the forum and this is my first post.
In my agency we have developed a small project using pixi.js and vue.js
this is the address:
hawa.monofonts.com
The project basically analyzes the emotion of a phrase and combines color and font images.
My problem is that at present, after 3 or 4 iterations, everything slows down, I can not figure out how to fix the problem,
I think it is related to the videos that are displayed or how to change color within the central bubble.
I tried to analyze everything through chrome profiling but I can not understand it very well.
The colors in the bubble are changed using tweenmax and creating a runtime of a set of canvas from which I then create a texture
and insert it into the object subjected to pixi.
For videos just once loaded I create textures then check the video item at the right time.
Any suggestion is well accepted
Thank you all