Is High Quality Graphics Possible on Corona

Hi, I am just starting on Corona. So trying to figure out what Corona can do.

I just want to ask, is corona supports high quality graphics. Suppose I bring hd 2d png files from Blender or maya and import into corona, will the quality of the graphics be downsized.

Which graphics software will be good for a HD game with corona?

Thank You.

Hi @TheDarkHorse,

Welcome to Corona! The SDK will basically honor whatever graphics you provide it, but note that physical mobile devices have a max “texture size”, so you must be careful to not exceed these dimensions, otherwise the images will not show. More info is contained in this guide:

http://docs.coronalabs.com/guide/basics/optimization/index.html#texturemem

Best regards,

Brent

Hi @TheDarkHorse,

Welcome to Corona! The SDK will basically honor whatever graphics you provide it, but note that physical mobile devices have a max “texture size”, so you must be careful to not exceed these dimensions, otherwise the images will not show. More info is contained in this guide:

http://docs.coronalabs.com/guide/basics/optimization/index.html#texturemem

Best regards,

Brent