-
Notifications
You must be signed in to change notification settings - Fork 678
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposal: Windows.UI.ViewManagement.ProjectionManager availability #996
Comments
Thanks for filing this, we can certainly help route this request to the right team. |
@FredeJ, thanks for filing this issue. This class isn't part of WinUI, but since I couldn’t find a good place to route this request to, I decided to chat with some folks internally on what our plans are here. The short answer is that ProjectionManager is actually on path to be deprecated in the future, but the functionality it provides is being planned to be built into the new AppWindow class. When built, the plan is to provide that for Win32 apps as well—not just UWP apps. So basically, the goal is to enable what you’re asking for, but via AppWindow. I'll wait a bit and then close this issue down, but I'll keep it open for a bit first in case you have any other questions I can help with. |
Thanks a lot for getting back to me! That certainly sounds like the right path - I'm looking forward to seeing. Any chance you can lift the lid a little bit for when I can expect this? I get that you probably don't want to commit to a timeline or anything similar, but it would be nice to know if it's this year, for example. From my point of view the question is: Should i wait for this to be implemented or should I explore other options? |
Oh, and specifically I would want to render a 3D model. Do you know if there's any planned support for that? |
Check out #686. |
@FredeJ Yeah, I definitely don't want to commit to a timeline (and actually, it's not even my timeline to commit to since I don't own this :) My best guess is sometime next year--that is a guess, and not a particularly informed one. Definitely check out #686 though, as Jevan linked. (@GeorgeS2019 might be able to provide an update on how that is progressing over on that issue) |
Proposal: Windows.UI.ViewManagement.ProjectionManager availability
Summary
Allow applications written with WinUI to easily stream to other screens, using the Windows.UI.ViewManagement.ProjectionManager framework.
Rationale
Important Notes
The API already exists and is documented at https://docs.microsoft.com/en-us/uwp/api/windows.ui.viewmanagement.projectionmanager .
Sample code is available at https://github.com/microsoft/Windows-universal-samples/blob/master/Samples/AdvancedCasting/cs/05_Multi_View_Media_Application.xaml.cs
However the API is limited to UWP applications.
I'm looking to implement a feature in an existing application, to make it capable of streaming parts or all of my application to another screen. It seems that the Windows.UI.ViewManagement.ProjectionManager framework is exactly what I'm looking for, however it's not possible to rewrite my application to use UWP. Instead, it would be great if this framework was available for general application use.
I am unsure whether this is the right place to raise this feature request. But, as the feature already exists inside Windows.UI, I figured it might not be far off :)
The text was updated successfully, but these errors were encountered: