Goals
Microsoft doesn't publish an up-to-date roadmap for WPF, but there are a lot of new things now in the XAML landscape. So, upon ProGPU and your open source fork a new roadmap can be developed to engage with the wider community and move the entire ecosystem (open source/commercial controls and tooling) forward.
Core Assets
@wieslawsoltes owns the detailed roadmap of both.
Ecosystem
Community engagement has started and more people can involve to build up the ecosystem around the core assets.
Beyond the main repos (ProGPU and LibraWPF):
- Other cross-platform tooling support, such as Hot Reload, DevTools, profiling, etc.
Future Items On the Radar
- Native AOT
You invested a lot of time in this area with your previous projects, so I think once the compatibility goal is reached, you will shift your focus on deprecating WPF old designs and create new ones friendly to Native AOT. For example, mark the WPF DataGrid as deprecated and ship a WPF port of ProDataGrid instead.
- AXSG and WXSG both contain WPF language servers. Need to merge them into a single one.
@lextm will rebase WXSG onto the latest AXSG to merge the changes and then use this language server in vscode-wpf and OpenDevelop).
- WXSG brings new XAML features to Microsoft WPF (.NET Framework and .NET). However, if LibreWPF evolves further and gains enough momentum to become the primary platform, then such features should be implemented directly in the main repo instead of being added via a tooling extension.
WXSG can remain for .NET Framework projects as well as .NET projects that aren't ready to migrate to LibreWPF. @lextm
- Windows P/Invoke helper. Another WPF fork (it might be open-sourced soon) seems to ship better shims to help migrate WPF projects with specific P/Invoke calls to macOS and Linux. Merging the best parts of both WPF forks should significantly improve the developer experience.
Will invite its author to participate in discussions once that repo goes public.
- Wine Mono might use LibreWPF as the foundation of their WPF-related work.
@madewokherd can evaluate and decide those tasks separately.
Goals
Microsoft doesn't publish an up-to-date roadmap for WPF, but there are a lot of new things now in the XAML landscape. So, upon ProGPU and your open source fork a new roadmap can be developed to engage with the wider community and move the entire ecosystem (open source/commercial controls and tooling) forward.
Core Assets
@wieslawsoltes owns the detailed roadmap of both.
Ecosystem
Community engagement has started and more people can involve to build up the ecosystem around the core assets.
Beyond the main repos (ProGPU and LibraWPF):
Future Items On the Radar