Windows Presentation Foundation (WPF) on GitHub
1–10 of 102 posts
Re: Windows Presentation Foundation (WPF) on GitHub
#2edit: As pointed out below, it looks like the title refers to recent source code commits, not the creation of the repo.
Relevant links:
Re: Windows Presentation Foundation (WPF) on GitHub
#3Judging from the earliest Github issues, it's been there since late 2018. edit: As pointed out below, it looks like the title refers to recent source code commits, not the creation of the repo. Relevant links: https://github.com/dotnet/wpf/pull/720 https://github.com/dotnet/wpf/pull/727
Re: Windows Presentation Foundation (WPF) on GitHub
#4Judging from the earliest Github issues, it's been there since late 2018. edit: As pointed out below, it looks like the title refers to recent source code commits, not the creation of the repo. Relevant links: https://github.com/dotnet/wpf/pull/720 https://github.com/dotnet/wpf/pull/727
Edit: The roadmap https://github.com/dotnet/wpf/blob/master/roadmap.md has a list what's currently available and what's still missing. Looks like by now the main parts (PresentationCore, PresentationFramework) are open-sourced as well.
Re: Windows Presentation Foundation (WPF) on GitHub
#5Re: Windows Presentation Foundation (WPF) on GitHub
#6Re: Windows Presentation Foundation (WPF) on GitHub
#7What are the implications of this? WPF in Linux?
Maybe this will be the basis of a cross platform toolkit in the future , but right now MS doesn't seem to really care....
Re: Windows Presentation Foundation (WPF) on GitHub
#8What are the implications of this? WPF in Linux?
Re: Windows Presentation Foundation (WPF) on GitHub
#9WPF was fantastic for rich desktop applications. It makes me very happy that there is active effort from Microsoft to port it to .NET Core. If only it was cross platform...
Re: Windows Presentation Foundation (WPF) on GitHub
#10WPF was fantastic for rich desktop applications. It makes me very happy that there is active effort from Microsoft to port it to .NET Core. If only it was cross platform...
.Net Core is cross platform. So, WPF is cross plaftorm now as well
WPF relies on Windows specific functionality.