I have been looking into webkit HTML offscreen rendering lately, but i am unable to find a Delphi library that wraps the webkit DLLs. I have tried using the Delphi Chromium package, which does “kinda” work – but sadly there are a few quirks that have made me look for alternatives.
Does anyone know if there is a clean-cut, free, easy to use Delphi unit for webkit offscreen rendering?
Or is there a person fluent enough in Visual Studio/C++ who could write an import unit for it (you probably need to create a C wrapper around the C++ objects)?
Since today, DCEF is able to make offscreen rendering using the TChromiumOSR component.
There is a demo in current SVN trunk that use Graphics32 paintbox component.
Be patient, good things take time.