Skip to content

camnewnham/CefGlue.EtoForms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CefGlue

.NET binding for The Chromium Embedded Framework (CEF).

CefGlue lets you embed Chromium in .NET apps. It is a .NET wrapper control around the Chromium Embedded Framework (CEF). It can be used from C# or any other CLR language and provides Avalonia, WPF and Eto web browser control implementations.

Here's a table for supported architectures, frameworks and operating systems:

OS x64 ARM64 WPF Avalonia Eto
Windows ✔️ ✔️ ✔️ ✔️ ✔️
macOS ✔️ ✔️ ✔️ ✔️
Linux ✔️ 🔘 ✔️

✔️ Supported ❌ Not supported 🔘 Works with issues.

See LINUX.md for more information about issues and tested distribution list.

Currently only x64 and ARM64 architectures are supported.

Releases

Stable binaries are released on NuGet, and contain everything you need to embed Chromium in your .NET/CLR application.

  • CefGlue.Avalonia
  • CefGlue.Avalonia.ARM64
  • CefGlue.Common
  • CefGlue.Common.ARM64
  • CefGlue.WPF
  • CefGlue.WPF.ARM64

Documentation

See the Avalonia sample or WPF sample projects for example web browsers built with CefGlue. They demo some of the available features.

About

Adding Eto Forms support to CefGlue

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 73.5%
  • C++ 16.6%
  • C 6.6%
  • Python 3.0%
  • JavaScript 0.2%
  • Objective-C 0.1%