Replies: 1 comment 2 replies
-
I suspect you'll have to wait for Microsoft to provide a solution. See https://magpcss.org/ceforum/viewtopic.php?f=6&t=18634&p=50071 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I found CEF looking for a .NET wrapper for Chromium that would allow bitmaps to be generated offscreen. Specifically, I want to do this in an app running on Hololens 2.
For this to work I need to build for UWP on x64 (for testing on desktop) and Arm64 for running on the actual device.
I am happy to have a go at compiling the necessary sources targeting the platforms I need if someone could give me some pointers as to which projects I need to build or point me in the direction of some documentation.
Thanks
Phil
Beta Was this translation helpful? Give feedback.
All reactions