Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Webkit interface

Tags:

webkit

delphi

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)?

like image 593
Jon Lennart Aasenden Avatar asked Jan 18 '26 16:01

Jon Lennart Aasenden


1 Answers

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.

like image 110
Henri Gourvest Avatar answered Jan 21 '26 07:01

Henri Gourvest