If not using Maui, is there a WinUI 3 equivalent to SKGLView? #3073
Unanswered
ToolmakerSteve
asked this question in
Q&A
Replies: 1 comment 1 reply
-
There is a SKSwapChainPanel for WinUI I. The SkiaSharp.Views.WinUI nuget. No need for maui. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For a project that only runs on Windows 11, is there a way to use SkiaSharp and OpenGL/Angle 3D directly in WinUI 3?
In SkiaSharp 3 Preview, I see an AngleSwapChainPanel. But that seems to be a low-level entity. Not many properties/methods. (I don't know much about WinUI 3 GUI programming.)
I'll probably use Maui and create a Window and an SKGLView, but I am wondering if there is some more direct way to program Windows 11 GUI. This is primarily a test to get a better sense of what dependencies get pulled in by relying on Maui.
Beta Was this translation helpful? Give feedback.
All reactions