Cefglue.Avalonia.ffmpeg

Melon a5993bd2b0 update nuget to 1.1.5 1 năm trước cách đây
CefGlue 01f10d92f1 Support net6.0 1 năm trước cách đây
CefGlue.Avalonia a5993bd2b0 update nuget to 1.1.5 1 năm trước cách đây
CefGlue.BrowserProcess 1831694763 Update project reference 1 năm trước cách đây
CefGlue.Common a5993bd2b0 update nuget to 1.1.5 1 năm trước cách đây
CefGlue.Common.Shared 1831694763 Update project reference 1 năm trước cách đây
CefGlue.Demo.Avalonia 01f10d92f1 Support net6.0 1 năm trước cách đây
CefGlue.Demo.WPF bcc659e6fa Remove some project and add cef with ffmpegs 1 năm trước cách đây
CefGlue.Interop.Gen 0ef8d59a2c First commit 1 năm trước cách đây
CefGlue.Tests 0ef8d59a2c First commit 1 năm trước cách đây
CefGlue.WPF 0ef8d59a2c First commit 1 năm trước cách đây
build 0ef8d59a2c First commit 1 năm trước cách đây
tools 0ef8d59a2c First commit 1 năm trước cách đây
.editorconfig 0ef8d59a2c First commit 1 năm trước cách đây
.gitignore 0ef8d59a2c First commit 1 năm trước cách đây
CefGlue.CopyLocal.props 0ef8d59a2c First commit 1 năm trước cách đây
Directory.Build.props 1831694763 Update project reference 1 năm trước cách đây
Directory.Build.rsp 0ef8d59a2c First commit 1 năm trước cách đây
Directory.Build.targets 0ef8d59a2c First commit 1 năm trước cách đây
Directory.Packages.props 0ef8d59a2c First commit 1 năm trước cách đây
LICENSE 0ef8d59a2c First commit 1 năm trước cách đây
Nuget.config 0ef8d59a2c First commit 1 năm trước cách đây
README.md 0ef8d59a2c First commit 1 năm trước cách đây
Xilium.CefGlue.shfbproj 0ef8d59a2c First commit 1 năm trước cách đây
Xilium.CefGlue.sln 335c7e13aa Rename 1 năm trước cách đây
build-wpf.cmd 0ef8d59a2c First commit 1 năm trước cách đây
normalize-line-endings.cmd 0ef8d59a2c First commit 1 năm trước cách đây

README.md

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 both Avalonia and WPF web browser control implementations. The Avalonia implementation runs on Windows and macOS. Linux is not supported yet.

Currently only x64 architecture is supported.

Releases

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

  • CefGlue.Avalonia
  • CefGlue.WPF

Documentation

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