davidfig / pixi-viewport

A highly configurable viewport/2D camera designed to work with pixi.js
https://davidfig.github.io/pixi-viewport/
MIT License
1.04k stars 174 forks source link

Viewport freezes #95

Closed feskechurch closed 5 years ago

feskechurch commented 5 years ago

Question! My viewport freezes randomly time from time, and im not sure if it's the viewport that is the cause or consecuence of the problem. I have multiple stages next to each other in the same pixi app and viewport. Its hard to recreate the freezing because so far its been randomly and i havent figured out what triggeres it. Any tips of how to go by to find the root of the problem?

davidfig commented 5 years ago

Hmm...I've not seen the viewport freeze even running with lots of elements. Can you provide more details about your setup?

Best way to track the issue down is to start commenting out your code until the freezing stops. This is more difficult if it's intermittent :)

davidfig commented 5 years ago

Closing this. Feel free to reopen if this is still an issue.