Page 1 of 1

Xamarin.Mac CEF examples

PostPosted: Tue Feb 18, 2020 5:36 am
by dorrisdormouse
Hi, does anyone know of any basic example code showing the utilisation of Cef or possibly CefGlue with Xamarin.Mac? I'm a dotnet developer trying to port across an application I have developed utilizing cefsharp to Macos. I know I cant use CefSharp, but what is most important to me is having the same version of CEF for each platform. I've managed to string together a basic app using the xCode simple sample project, but im not great with Objective-C, and im looking to try and speed up development.

Thanks
Dave

Re: Xamarin.Mac CEF examples

PostPosted: Mon Mar 02, 2020 11:17 am
by joaoneves
Hi Dave,

Not exactly what you want but have you checked this: https://gitlab.com/joaompneves/cefglue ?
I'm developing this cefglue port in .net core that is able to run on OSX (using Avalonia).