Tagged Questions
2
votes
2answers
2k 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 ...
4
votes
4answers
2k views
Need a good quality bitmap rotation algorithm for Android
I am creating a kaleidoscopic effect on an android tablet. I am using the code below to rotate a slice of an image, but as you can see in the image when rotating a bitmap 60 degrees it distorts it ...