Maybe one day when they are populated by employees who grew up with dismay over the state of xplat GUI. :)
I mean even now Apple has an increased focus on services that must be accessible from everywhere: Music, TV, iCloud Drive. Surely there must be someone there who wishes they had to write most code only once for all OSes without making their app a hog.
I'd settle for just a convention; i.e. let C# remain the primary language on Windows, but introduce SwiftUI-like primitives like Text, HStack, ForEach etc.
Which one is their latest tech? Where does "WinUI" fit in? Is there a good, single starting point like SwiftUI's tutorial?
The first hit brought me to "Host a custom UWP control in a WPF app using XAML Islands" so there seems to be a distinction (and it implies WPF isn't the star anymore?)
[0] [1] that I could find after a couple searches look way more complex than what the equivalent SwiftUI would be.
Button(action: play) {
Text("Hello, world!") // Don't need alignment etc. to produce identical output.
}
and ugh [2]:
> If you need to embed any Unicode characters into the text, you can use the standard XML syntax. For example, to put the greeting in smart quotes, use: <Label Text="“Hello, XAML!”" />
I suggested emulating SwiftUI's syntax because it seems to be the most succinct.
WinUI is the latest tech, just UWP as usual, still the future of Windows UI, now re-architected not to depend on a specific Windows 10 release, going back all the way to Falls Creator.
Thanks. Couldn't find a "code first" example before my irrational impatience with Microsoft kicked in :P
I haven't touched C# in ages but that definitely looks odd compared to what I remember of it (like SwiftUI looks a little odd compared to Swift but not by this much.) My immediate thought: why capitalize the property names?
Fabulous is comparatively verbose too but probably more idiomatic with F# (which I have no experience with.)
It's hard to imagine that happening. None of these companies have an interest in making it easier to port code away from their platform.