Android Question Game Library Recommendation

kdgarris

Member
Licensed User
Longtime User
Hello,

I'm not completely new to B4A - I've done a couple of small apps a couple of years ago that I never released publicly. Right now I'm wanting to port/recreate an existing Atari 2600 homebrew game to Android, and trying to find the best way to go about it. I've looked at some of the options here, and I'm not sure what one would be best for my needs.

My graphical needs are pretty modest - I just need to load and manipulate a few low-res sprites, and scale them from the native Atari resolution to the target screen's resolution, as well as play a few sounds sampled from the Atari.

The most important part will be performance: the Atari runs games at 60 frames per second, and I'd want to use whatever approach would be most likely to let me achieve that as consistently as possible.

Thanks in advance for any advice!
 

DonManfred

Expert
Licensed User
Longtime User
Use XUI2D.

See similar Threads above. Search the forum for XUI2D
 
Upvote 0
Top