prepare / kneadium

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

Goals? #11

Open nripendra opened 7 years ago

nripendra commented 7 years ago

How will this project be different from existing bindings like cefsharp, cefglue or chromiumfx?

prepare commented 7 years ago

@nripendra

Thank you for your attention to this project.

Goals for this project is to create a C# wrapper for Cef3.

I've review the well known existing binding libs (cefsharp, cefglue, chromiumfx). But those don't fit to my idea. so I create this one :)

There are some aspects that make this project differ from other existing Cef3-C# wrapper libs (cefsharp, cefglue, chromiumfx).

These aspects are 1.The way the wrapper is built

  1. How it work.
  2. How to use it.

please note that this is under construction. the code will be changed to fit my mind. when it touches that state I will describe each topic in detail and show you the examples

(Today, If you skim my code-> please look for that 3 aspects.)