feature request: off screen rendering
Hi There,
If this feature exists or if someone has found a way to do this please do let me know!
I love how simple this project is to work with and was wondering if you would be interested in adding off screen rendering support? This is useful when embedding the web view in other environments such as an Open GL application. If you don't have access to a texture then there could be a callback when ever the image is being re-rendered that would pass a buffer of pixels that you can then copy into an OpenGL texture (or DirectX Texture or image etc). You then also need to manually pass the cursor event into the webview.
Seems that this would be an option to remove some of the existing functionality. I think this would be pretty popular. I and many others have been having a terrible time trying to implement and maintain this with CEF!
Cheers, nay.
Source: webview/webview