2 repository-uri
UI components that embed a full web browser engine within a native desktop application window.
Distinct from Integrated Browsers: None of the candidates correctly describe the embedding of a Chromium-based browser control into a native window.
Explore 2 awesome GitHub repositories matching user interface & experience · Embedded Browser Controls. Refine with filters or upvote what's useful.
CefSharp is a .NET binding for the Chromium Embedded Framework that allows developers to embed a full web browser into desktop applications. It provides an embedded browser control for rendering HTML, CSS, and JavaScript content within a native host window. The project features a bidirectional JavaScript bridge interface that enables the execution of scripts and the exposure of native host classes and methods to the browser environment. It also includes a headless browser automation tool for executing web tasks and capturing page screenshots without a graphical user interface. The library co
Provides a UI component for rendering HTML, CSS, and JavaScript content within a native host window.
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
Embeds a full Chromium browser window inside native desktop applications to render web content.