Hi,
please could people test this on device and tell me how it performs please?
http://www.sendspace.com/file/ds0dc9
there are options in there to try spritesheet, basic image or newRect. just comment out the relevant lines in setupTiles()
if it is slow try reducing this line
[lua]local SCREENS = 50[/lua]
(ie currently there 15 cols * 10 rows * 50 screens of “tiles” = 7500 in one big display group)
i optimize my visibility tests by splitting the checks into columns and then checking only columns that have just gone off screen or come onto screen. This means i am not wasting CPU checking items that definitely won’t have changed state
(note do not tap to scroll until the setup has finished,… you should see the fps go stable after a second or two)
thanks
j
[import]uid: 6645 topic_id: 4403 reply_id: 304403[/import]