|
|
|
Ask HN: Why do OSX applications look more polished than Windows/Linux?
|
|
3 points
by jrubyer
5587 days ago
|
|
Not to start a flame war, but can anyone shed some light on why most applications in OSX looks way more polished/beautiful than in other OSes? Is it because of the target demographics? Few examples from the top of my head: http://www.git-tower.com/
http://versionsapp.com/
http://macrabbit.com/espresso/
http://www.panic.com/coda/ /Obviously this excludes cross-platform apps like Eclipse, Chrome etc |
|
1. Their font anti-aliasing algorithms are different.
2. Macs are less bumpy. Windows windows have draggable edges on all four sides. Windows toolbars were originally designed to be bumps. Now in Windows 7 the more polished looking toolbars look like a bunch of hills. Windows in Windows have their own menu bars, too. You can't just take an app designed to use draggable toolbars, remove the lines dividing toolbars, and have it work. So the APIs are different because of decisions made long ago.
3. Making an app pretty is more deeply ingrained into the development culture on the Mac side.
4. Windows applications just have more text, and fewer icons. There is always more text on the screen than a Mac would have. The desktop has the application name under each icon. They put shortcut arrows on icons.
5. Windows is skinnable.
6. Apple sacrifices utility in favor of being shiny.