修改过的CefGlue, 支持Windows x86, MacOS

Justin 211b6afa4f Update CefGlue.BrowserProcess il y a 3 ans
CefGlue b1d97c9eaa Update to dotnet 6 il y a 3 ans
CefGlue.Avalonia 40ff23326e Update to avalonia 0.10.10 il y a 3 ans
CefGlue.BrowserProcess 211b6afa4f Update CefGlue.BrowserProcess il y a 3 ans
CefGlue.Common fdaaef12d2 Update CEF native files. il y a 3 ans
CefGlue.Common.Shared 6a5de119f6 Update deps il y a 3 ans
CefGlue.Interop.Gen 6255e9eb8e First commit. il y a 4 ans
CefGlue.Tests 6255e9eb8e First commit. il y a 4 ans
Flyinsono.Demo 9b81f27903 Update to latest avalonia. il y a 3 ans
tools 6255e9eb8e First commit. il y a 4 ans
README.md b0746c9a02 Add README.md il y a 4 ans
Xilium.CefGlue.sln 8d501f7f59 Update nuget settings. il y a 4 ans

README.md

CefGlue修改版

CefGlue是堆CEF跨平台.NET实现,与CefSharp最大的区别是使用P/Invoke调用CEF非托管代码。

在.NET Core出来前, .NET平台只能支持Windows系统,这导致使用P/Invoke的CefGlue在性能和易用性上不如C++ CLI的实现的CefSharp,这也导致了CefGlue的逐渐没落,原作者基本也不再更新。

CEF的二进制文件实际上有Windows,MacOS,Linux等多个平台的输出,.NET Core出来后,CefGlue使其有了跨平台的.NET实现。 本仓库基于一位大神在.NET CORE上的实现,修改并实现了Windows X86, MacOS的适配。