Hi all
I noticed an issue when moving a sprite on the screen on Android devices. The movement is not smooth, a bit choppy, barely noticeable, but it's there. Take for instance the Jumping Ball example that comes with the Gideros installation package. On iOS, it moves very smoothly, but on Android devices (I tried on two very fast Android devices) the movement is not smooth, the ball seems to stop for a millisecond from time to time and then move again. I tried with Gideros 2014.01, 2014.10 and 2015.02. Is anyone else experiencing this problem? Or is it a problem with my eyes that are too sensitive to movement?
Comments
Also it depends on the garbage collection settings in your lua game - before a level starts make sure you do a garbage collection after setting it up.
https://deluxepixel.com
Fragmenter - animated loop machine and IKONOMIKON - the memory game
http://giderosmobile.com/forum/discussion/486/how-do-i-display-fps/p1
Fragmenter - animated loop machine and IKONOMIKON - the memory game
https://deluxepixel.com
https://deluxepixel.com
Updating Eclipse and recompiling the project solved my issue.
Likes: SinisterSoft
Maybe could be worth adding it to the open issues on github?
Likes: SinisterSoft
https://github.com/gideros/gideros/issues/22
Likes: cokeramirez
I had left to develop my game for this reason since a year. Then I had tried to determine this problem but my skills are limited.
I have tried to find the problem a few days ago, It is hard to catch with less sprite or independent sprites
* It occurs on the same y coordinate(s)
* The problematic y position changes for each start with different number sprites(mine ~200). I mean the sprite number differentiates the y coordinate position.
* All balls frequently jump/tear through the same lines(sometimes more than one)
* It occurs on both desktop player and my android device
* Sometimes the problem does not appear but grotly's example shows this problem clearly.
Many thanks to grotly
I managed to take two screenshots
I hope this issue will be resolved soon. Sorry for my google-translation English
https://deluxepixel.com
Hopefully there's a fix soon
Then i tried to increase my VGA performance, and it's gone.
Likes: vitalitymobile
https://deluxepixel.com