You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 15, 2025. It is now read-only.
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?
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.