Viewing profile — LemurMadness
LemurMadness
HN member- Joined
- Fri, Nov 03, 2017, 2:17 PM UTC
- HN karma
- 4
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About LemurMadness
No profile information was provided.
Recent public activity
-
comment
Comment #15636531
It looks like there's two options for cross-platform XAML UIs: * Prism [1], which doesn't seem to support .NET Core. It was originally created by Microsoft Patterns & Practices, bu…
-
comment
Comment #15636425
I just spent some time working with Eto.Forms (based upon your recommendation, thanks!). It looks pretty nice and seems straight-forward. I also appreciate that it officially suppo…
-
comment
Comment #15620039
The main problem with Avalonia is that it's still in alpha. It looks like a good solution, though, so definitely something to keep an eye on if you're looking for a solution that d…
-
comment
Comment #15619992
I really like this approach, particularly since it allows a clean separation between the responsibilities of designing the UI and writing the back-end code. The UI designer can sti…
-
comment
Comment #15619364
That's good point. But one big difference between Xwt and Xamarin Forms is that Xwt supports Linux via GTK (GTK1, GTK2 & GTK3) whereas Xamarin Forms does not. Xamarin Forms also re…