mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-15 15:55:56 +01:00
f773189b70
- Issue #280 : Added GlobalCEFApp.MissingBinariesException property.
45 lines
2.7 KiB
Markdown
45 lines
2.7 KiB
Markdown
# CEF4Delphi [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Use%20CEF4Delphi%20to%20embed%20Chromium-based%20browsers%20in%20your%20application&url=https://github.com/salvadordf/CEF4Delphi&via=briskbard&hashtags=cef4delphi,delphi,lazarus,fpc)
|
|
CEF4Delphi is an open source project created by Salvador Díaz Fau to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC.
|
|
|
|
CEF4Delphi is based on DCEF3, made by Henri Gourvest. The original license of DCEF3 still applies to CEF4Delphi. Read the license terms in the first lines of any *.pas file.
|
|
|
|
CEF4Delphi uses CEF 83.3.10 which includes Chromium 83.0.4103.61.
|
|
The CEF binaries used by CEF4Delphi are available for download at spotify :
|
|
* [32 bits](http://opensource.spotify.com/cefbuilds/cef_binary_83.3.10%2Bg124ce01%2Bchromium-83.0.4103.61_windows32.tar.bz2)
|
|
* [64 bits](http://opensource.spotify.com/cefbuilds/cef_binary_83.3.10%2Bg124ce01%2Bchromium-83.0.4103.61_windows64.tar.bz2)
|
|
|
|
|
|
CEF4Delphi was developed and tested on Delphi 10.3.3 and it has been tested in Delphi 7, Delphi XE, Delphi 10, Delphi 10.2 and Lazarus 2.0.8/FPC 3.0.4. CEF4Delphi includes VCL, FireMonkey (FMX) and Lazarus components.
|
|
|
|
## Links
|
|
* [Installation instructions and more information about CEF4Delphi](https://www.briskbard.com/index.php?lang=en&pageid=cef)
|
|
* [Developer Forums](https://www.briskbard.com/forum)
|
|
* These components need Windows 7, 8, 8.1, 10 or newer to run. If you need Windows XP and Vista support use [OldCEF4Delphi](https://github.com/salvadordf/OldCEF4Delphi)
|
|
|
|
## Stable releases
|
|
This is the development branch and it may have issues. Use the [latest release](https://github.com/salvadordf/CEF4Delphi/releases/latest) if you need a stable component.
|
|
|
|
## Suppport
|
|
If you find this project useful, please consider making a donation.
|
|
|
|
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FTSD2CCGXTD86)
|
|
|
|
You can also support this project with Patreon.
|
|
|
|
<a href="https://patreon.com/salvadordf"><img src="https://c5.patreon.com/external/logo/become_a_patron_button.png" alt="Patreon donate button" /></a>
|
|
|
|
Additional:
|
|
Delphinus-Support
|
|
|
|
## Attribution
|
|
Other projects :
|
|
* [DCEF3](https://github.com/hgourvest/dcef3)
|
|
* [CEF](https://bitbucket.org/chromiumembedded/cef/)
|
|
* [DCPcrypt](http://www.cityinthesky.co.uk/opensource/dcpcrypt/)
|
|
* [Chromium](https://chromium.googlesource.com/chromium/src/)
|
|
|
|
Some icons used in this project belong to these icon packages :
|
|
* [Fugue & Diagona icons](http://yusukekamiyamane.com/)
|
|
* [FatCow Farm-Fresh Web Icons](https://www.fatcow.com/free-icons)
|
|
* [Material Design Icons](https://github.com/google/material-design-icons)
|