clarkezone / anglehosting

Experimenting with different angle hosting mechanisms
9 stars 2 forks source link

Hosting through Xaml #1

Open johanlindfors opened 4 years ago

johanlindfors commented 4 years ago

So the current setup won't work for us since we are dependent on the XAML stack (webbrowser, text-input, media). This PR includes a sample on how our process is created which made some impact on the previous code.

I am not familiar with the Compositor pipeline, but it would be interesting to understand if this could be made even more efficient with a different setup. As of this sample I cast the SwapChainPanel in the OpenGLES to EGLNativeWindowType similar to casting the SpriteVisual, possibly this could be done in a higher abstraction layer?

We could do a chat in a near future and discuss.