microsoft / Win2D

Win2D is an easy-to-use Windows Runtime API for immediate mode 2D graphics rendering with GPU acceleration. It is available to C#, C++ and VB developers writing apps for the Windows Universal Platform (UWP). It utilizes the power of Direct2D, and integrates seamlessly with XAML and CoreWindow.
http://microsoft.github.io/Win2D
Other
1.8k stars 285 forks source link

Add project milestones to Readme.md #961

Open NWoodsman opened 1 month ago

NWoodsman commented 1 month ago

It’s not apparent if this repo is going to be a viable Microsoft driven effort in the immediate future. Compared to repos like WinUI or Dotnet, which experience frequent updates, release targets, feature goals for releases, documentation of meetings, etc.

Is there a public interface for internal communication on this project?

Can we add some Markdown content that describes the current state of the project, besides the one goal listed which is “complete the port from RT/ UWP to Winui3”?

jschroedl commented 1 month ago

Yes, please. I would like to know the level of commitments to the project before investing time using this tech.

ChewWorker commented 1 month ago

My team owns Win2D. I can say that we have internal and external partners relying on Win2D, and are committed to maintaining it. The main reason it doesn't get as many updates as WinUI is because the functionality in it is fairly stable. There have definitely been gaps in Documentation and functionality as we have been updating it for WinUI3 usage, but are continuing to close those based on customer needs.