Tagged Questions
2
votes
2answers
2k views
Effecient tilemap rendering
I have done mostly tile based games, but never really bothered with optimization. I always just rendered all the tiles that convered the viewport.
I am currently working on platformer for a mobile ...