On Monday, 12 August 2019 at 13:08:17 UTC, Bert wrote:
One of the biggest issues I have with D is properly gui development. It's just a real pain in the ass compared to wpf and C#.

maybe it is better to use WinRT instead of C#/WPF?
- can be used for desktop apps too
- same XAML
- WinRT based on COM-model so it can be simpler interop
  (not sure how to transfer POD types. maybe streaming?)
- no need pinning from CLR side
- definitions can be generated from WinMD metadata files

Reply via email to