Wpf: when Wpf cross-platform

Created on 19 Aug 2020  路  4Comments  路  Source: dotnet/wpf

when Wpf cross-platform

issue-type-question

Most helpful comment

@ourplan9000 there is no plan for WPF to be cross-plat. https://github.com/AvaloniaUI/Avalonia is a cross-plat WPF inspired framework that might be worth checking out.

All 4 comments

WPF is built on DirectX and other Windows API which are not available on other platforms and "will remain in Windows", see https://devblogs.microsoft.com/dotnet/net-core-3-and-support-for-windows-desktop-applications/

WPF is built on OpenGL???

As sad by @miloush, WPF is built primary on DirectX technology and so will remains available only for Windows operating system

@ourplan9000 there is no plan for WPF to be cross-plat. https://github.com/AvaloniaUI/Avalonia is a cross-plat WPF inspired framework that might be worth checking out.

Was this page helpful?
0 / 5 - 0 ratings