Tagged Questions
6
votes
1answer
693 views
Is the STL efficient enough for mobile devices?
When it comes to mobile game development on iOS and Android NDK, some developers write their own C++ containers, while others claim that STL is more than adequate for mobile game development (For ...
2
votes
2answers
1k views
Loading and rendering one large image or many smaller ones
I am working on an android game with a top down style view similar to the original GTA's or a scrolling version of Legend of Zelda.
I have recently begun designing some prototype levels for the game ...