Tiny Wings Droid performance vs. Dragon Fly

Hey I downloaded the source for “Tiny Wing’s” and ran it on my first generation Droid and it was very very slow. I then downloaded a game called “Dragon Fly” which is essentially the same exact game and it ran super fast.

Are you guys noticing android screen update/render speed performance is quite poor? I’m using build 591. [import]uid: 8545 topic_id: 15605 reply_id: 315605[/import]

Tiny Wings wouldn’t run well on a device. I’ve seen the code, its not very efficient. [import]uid: 5354 topic_id: 15605 reply_id: 57641[/import]

Yeah maybe that’s it. Do you know of any examples that use physics that would run well on a first generation droid? I’m trying to figure out what does work well. [import]uid: 8545 topic_id: 15605 reply_id: 57645[/import]

any of the ones in the samples folder should

I would think the other sample games should as well.

The issue with Tiny Wings is thats its drawing a ton of coloured line objects to make the hills. Thats the most inefficient way of doing it ( correct way not built into Corona unless you use images ). Vector lines do also run a lot worse under Android last time I tested as well [import]uid: 5354 topic_id: 15605 reply_id: 57646[/import]