1 repository
Capabilities to render web content into a memory buffer instead of a native window.
Distinct from Embedded Web Renderers: Focuses on the output format (pixel buffer) rather than just embedding the engine in a native interface.
Explore 1 awesome GitHub repository matching user interface & experience · Off-Screen Rendering. Refine with filters or upvote what's useful.
The Chromium Embedded Framework (CEF) is a framework for embedding a full Chromium web browser into native desktop applications, enabling them to render web content and execute JavaScript. It provides a multi-process browser runtime that manages isolated browser, renderer, and GPU processes to maintain application stability and security, along with a process sandboxing framework that restricts child process capabilities to prevent malicious web content from affecting the host system. CEF distinguishes itself through a comprehensive native JavaScript bridge library that bridges native applicat
Renders web page content to a pixel buffer instead of a native window for custom UI compositing.