Merlin
Merlin

Reputation: 978

Major slowdown seen in Pixi.js with Chrome VS Firefox?

I've been using the Phaser.io 2 game engine which runs on Pixi.js as it's primary renderer. However, I've seen some stuttering in the rendering methods directly that I can't seem to pin down. On Chrome, I've managed to smooth things out but not precisely, while on Firefox things run very smoothly, and apparently in other browser and mini-browsers as well.

Today, I recorded a gif of the effect with the main Pixi.js site open in both:

https://i.gyazo.com/23ede3852844317c3abda424a06b9adc.mp4

I have asked others to look at the rendering on Chrome and they have also seen this stuttering, however in the gif, with Chrome on the left and Firefox on the right, it's very obvious something is not correct.

Is there any possible cause that should be looked at, or known issues?

Upvotes: 1

Views: 467

Answers (1)

alex.p
alex.p

Reputation: 2739

Try enabling hardware acceleration in Chrome settings->search 'hardware acceleration'

Upvotes: 1

Related Questions