JBildstein/SpiderEye

Rendering to a texture (similar to CefSharp Offscreen rendering)

clibequilibrium opened this issue · 0 comments

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.