-
Notifications
You must be signed in to change notification settings - Fork 49
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
WinUI 3/.Net5 Support #54
Comments
WinUI 3 support gets my vote. I've currently taken on an aging WinForms app that uses GLControl 3.x. Would be nice to start investigating migration to WinUI but without this not much point. |
What doesn't work? What are the symptoms? |
Are you saying that the GLWpfControl should work in WinUI3? If so then that's good and I'll give it a try. I was assuming perhaps incorrectly that WinUI3 needs specific controls. |
I don't know much about WinUI3, but it did look like you could use WPF control in it. But maybe I'm mistaken. |
Unfortunately you can't microsoft/microsoft-ui-xaml#5866 |
Any news on this? a GLControl for WinUI would be awesome. |
WinUI doesn't allow you to create an OpenGL context, not sure if there are any workarounds for this. Maybe there is, but I don't know of one. |
Interoperability possible using WGL_NV_DX_interop2 that widely supported. |
My understanding was that even creating an OpenGL context isn't possible in WinUI 3? But I haven't really looked into it so idk any details. |
Same as for WPF 🤓 In any case you need to implement the interaction between OpenGL and DirectX. With WinUI you need to get render target from SwapChainPanel and create OpenGL framebuffer using upper mentioned extension. |
I'm developing a windows application using
WinUI3
and.Net5.0
. Unable to use this control. Are there any alternatives available or should link anyWPF
relateddll
s?The text was updated successfully, but these errors were encountered: