prepare / kneadium

CEF3 bridge for C#
http://prepare.github.io/kneadium/
Other
8 stars 4 forks source link

Introduce another Cef3-C# #24

Open prepare opened 7 years ago

prepare commented 7 years ago

Hello @David-Desmaisons, @perlun

I post a notification here, so it will not interrupt your repos (Neutronium, CefSharp)

I just want to notify you that ( ... I'm not sure that you are interested or not...) there is another Cef3 - C# lib here.


These are screen snaps ...

cef-chromium 61

kn_ch61 pic 1: CefBrowser - Chromium61


Web Assembly!

Loading screen ...

kn_webasm1 pic 2: see http://webassembly.org/demo/


Tank! Demo

kn_webasm2 pic 3: lets play!


with Native Windows ( GLFW, no WinForms)

kn_cef_cr61 pic 4: net 2.0, x86, glfw, native windows,no-winform


cef-chromium 59

kn_snap_glfw_netcore20_pic2

pic 5: test screen, x64 + netcore 2.0 + Glfw3


The repo is under construction

How to build native part is not complex see concept and how to build here

David-Desmaisons commented 6 years ago

Hello @prepare , good news! This looks very interesting especially the .Net.Core implementation. Do you have any intention of releasing Nuget package for your project? That will be awesome. Please update when the project will be in beta, so that we can discuss possible integration in Neutronium

prepare commented 6 years ago

@David-Desmaisons ,

Thank you for your feed back.

at this time , no official Nuget in plan.

but anyone can pack and feel free to release it as Nuget.

:)

perlun commented 6 years ago

.NET Core is obviously interesting. Maybe we could even run it on Linux or Mac then? 😃

Cool initiative!

prepare commented 6 years ago

@perlun,

Thank you for your feed back.

Right!, by using the technique that is described in https://github.com/prepare/kneadium/issues/22 with some 'patches' for macOS/ Linux


I'm testing that :)