The common interface between WPEWebKit and its rendering backends is provided by libwpe. On one side, once WPEWebKit has a graphical representation of the final composited Web page ready for rendering, it invokes a callback function on libwpe. On the other side, the WPE application has to register a view backend on the WPE WebView. This view backend is provided by the rendering backend. The view backend receives the Web page representation from libwpe, usually as an EGLImage, and is in charge of presenting it in the application, on-screen. 项目原始地址:https://github.com/WebPlatformForEmbedded/libwpe.git
Updated 2025-04-07 02:14:37 +00:00