JBildstein / SpiderEye

Cross platform .Net Core applications with a webview UI
Apache License 2.0
217 stars 22 forks source link

Rendering to a texture (similar to CefSharp Offscreen rendering) #35

Open clibequilibrium opened 1 year ago

clibequilibrium commented 1 year ago

Hello,

Is it possible to render SpiderEye webview to a texture ? My use case is a Game Engine and I would like to integrate SpiderEye in a GUI window to allow web-browsing and multi-viewport via imgui + SDL.

I currently see the requirement is to have WinForms running to display webview, I can see a possibility of intercepting the back-buffer of winforms and render it in a window, but have you considered it?

Thank you.