Hello,
I am wondering how would you get started with creating a CEF or another HTML engine binding?
Is there anyway to just let that stay in C and call the stuff from nimrod?
Regards,
Steve
If you are going to use c2nim to create a wrapper, go for the C API here:
https://code.google.com/p/chromiumembedded/source/browse/#svn%2Ftrunk%2Fcef3%2Finclude%2Fcapi
It may be easier to use the Delphi wrappers of CEF and pas2nim. Delphi already looks pretty close to Nimrod so even manual editing of these wrappers may be feasible.
https://code.google.com/p/dcef3/source/browse/src/ceflib.pas