mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-15 07:45:56 +01:00
6
Future plans
Salvador Díaz Fau edited this page 2021-06-05 18:38:21 +02:00
The future plans for this project include :
- Create a Firemonkey demo with accelerated "off-screen" mode (also known as OSR mode). CEF allows you to use a DirectX texture in OSR mode but we still use the raw bitmap information found in the "OnPaint" event.
- Investigate if we can use "Views" instead of a reparented form in Firemonkey. The SimpleFMXBrowser demo uses a TFMXWindowParent to host a browser but it should be possible to use a View directly.