-
-
Notifications
You must be signed in to change notification settings - Fork 676
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
Helix-toolkit reunion path? #1598
Comments
I could not find the SwapChainPanel in Reunion project. |
Seems like it should be there; they're calling it the "Windows App SDK" now... |
I just finish to convert UWP version to Project Reunion. It barely works, but there is much more work to do expecially in event handling |
Here's my fork with a working example: Helix Toolkit - WinUI; it seems to works well |
Is WinUI compatible with UWP? Or their namespaces are the same? |
I modified UWP project to use with WinUI (I replace UWP namespace with WinUI - NET 5) for simplicity, so currently I can't merge it with main helix toolkit project. Anyway, with a little work, both versions (UWP and WinUI) can coexist. |
Helix toolkit can only work on windows anyway, since directx only exists on windows. |
Yes, you are right. Only Desktop |
I would like to open a pull request for my contribution to WinUI version; I refactor my code now you can compile Wpf, UWP or WinUI version. Before opening the request (this is my first pull request ever) I have a consideration: to create this package I had to modify most of the files, so I don't know if it's the case to request to merge to the develop branch. |
Go ahead to create a pull request. :) |
Adds experimental WinUI support #1598
Currently Reunion 0.8 is now available with SwapChainPanel included for WinForm/WPF and UWP.
Since Helix toolkit UWP Viewport is based on the UWP SwapChainPanel. I just curious is there interest to feature one or a few Helix-toolkit examples making use of the Project Reunion 0.8 SwapChainPanel.
The text was updated successfully, but these errors were encountered: