|
|
|
|
|
by outworlder
4063 days ago
|
|
Not only pretty markdown editors. Software applications tend to be prettier in general under OSX. There's the financial incentive, as pointed out in other comments. Then, what I think it is most important, the technology support. Take just Cocoa, Core Animation and Quartz Composer and you are already light-years ahead of the competition. I won't even talk about things like the Win32 API or the existence of Swift. 'Pretty' Windows apps, in particular, are a royal pain to create. Unless, maybe, if you target Metro. You can make them pretty even on Windows. However,if you want to keep using native controls, the effort will be enormous. Many applications switched to using embedded browsers because of that. If you are not using standard controls, then you lose things like screen readers. |
|
1. Learn how to work with XAML
(1.5. Know how to make good looking UIs)
2. Done.
Really. If you're forcing yourself to use WinForms, you're doing yourself a disservice. Any Windows Dev that wants to push out good looking application should learn how to use XAML. You can even ignore the databinding part if you want.
That said, TextNut looks an awful lot like OneNote UI wise.
I believe the major problem comes from the fact that most people developing for Windows are either doing it for free or for internal tools. There are very few tools that fit Apple's market of consumer focused applications, and the financial incentive clearly isn't there on Windows.