You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we created spritesheets with "texture packer pro". most of the time they don't work on google chrome if the renderer is set to "canvas". sometimes they work. if we switch the renderer to DOM everything is there, but very laggy. so, this is not an option for us.
is the no-dom branch somewhat stable?
Android Performance is really bad with so much DOM Elements so it would help us alot to do everything with Canvas. Could it even work in CocoonJS then?
The Problem moal321 mentioned was that when we rotated graphics from a spritesheet or animating a Charakter with Spritesheets with Renderer set to CANVAS, it flickers, sometimes it does not appear at all (missing Frames in the Character animation), and sometimes it just works.
This is just happening in Google Chrome.
Hi it's us again,
we created spritesheets with "texture packer pro". most of the time they don't work on google chrome if the renderer is set to "canvas". sometimes they work. if we switch the renderer to DOM everything is there, but very laggy. so, this is not an option for us.
https://github.com/Fannon/IA6.Medienprojekt/tree/master/client/obacht
Example: File World.js - Lines 56-63.
The text was updated successfully, but these errors were encountered: