Is DragonBones compatible with libGDX? -


i trying use dragonbone animations in libgdx game.

i working on endless runner game,so json levels loaded continuously , obstacles , coins created each time level gets loaded.

whenever apply dragonbone animation obstacles,game having lag , white screen appears while executing code collision.

is dragonbone compatible libgdx? or problem occur because code structure not proper?(for each level,i assigning dragonbone each obstacles dragonbone array.not able use loader dragonbone also.didn't code net.)

hope relevant suggestions.i getting hard time on issue.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -