Hacker News new | ask | show | jobs
by wahnfrieden 4895 days ago
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.
1 comments

Damn, you really know your stuff, props.

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