Hacker News new | ask | show | jobs
by wahnfrieden 4898 days ago
Supporting non-retina can be a lot of extra work.
2 comments

Is it just because you have to have different size copies of graphics, and other such adjustments?
It means all your graphics have to be in dimensions divisible by 2, or you have to change how you lay things out if not (and do more work to scale odd dimensions). Even when everything is, graphics can look terrible when you resize naively, depending. Sometimes you have to recreate graphics manually at different dimensions to get better antialiasing and things.
Damn, you really know your stuff, props.

Anyways now you guys all know why I didn't support non-retina devices :)

Indeed. Plus the graphics where too intensive for older devices like the iPhone3GS.
The interesting thing you'll find, as you continue to grow your capabilities, is that you can eek out more performance where you thought there wasn't any in the past. Keep up the learning and the great work.