If I use a background image which is larger than 1024px, does this mean my game will not support iPhone 3G? What iOS version should I set to ignore iPhone 3G user from install my games?
Good point, does anyone know the max texture size on the Apple phones?
What is the max for Android?
Edit: Found this:
iPhone <= 3 1024x1024 max, iPhone 3GS, iPhone 4, third-generation iPod touch, and the iPad support a max texture size of 2048x2048, OpenGLES 2.0 and real pixel pipeline for fragment shaders.
Android: old cheap device texture max size is 1024x1024.new devices 4096+x4096+...
Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!). https://deluxepixel.com
So, stick to 2048x2048 and below to work on the maximum amount.
Does gideros report and error when loading a texture that won't fit?
Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!). https://deluxepixel.com
What iOS version should I set to ignore iPhone 3G user from install my games?
Shaders are supported for iPhone 3GS+, iPad 1+ and iPod touch 3rd gen+. So that if you specify opengles-2 under the UIRequiredDeviceCapabilities key in your .plist file, you can ignore iPhone 3G users.
Comments
What is the max for Android?
Edit: Found this:
iPhone <= 3 1024x1024 max, iPhone 3GS, iPhone 4, third-generation iPod touch, and the iPad support a max texture size of 2048x2048, OpenGLES 2.0 and real pixel pipeline for fragment shaders.
Android: old cheap device texture max size is 1024x1024.new devices 4096+x4096+...
http://www.glbenchmark.com/phonedetails.jsp?benchmark=glpro25&D=Samsung+GT-I9300+Galaxy+S+III&testgroup=gl
https://deluxepixel.com
Likes: SinisterSoft
Does gideros report and error when loading a texture that won't fit?
https://deluxepixel.com
As far as I know, on iPhone, game will suddenly close if image texture is too large.
Ultimate Games on Appstore
Ultimate Games on Google Play
So does the old iPhone 3G just look for @1x images and my game is still playable?
Ultimate Games on Appstore
Ultimate Games on Google Play