-
-
Notifications
You must be signed in to change notification settings - Fork 373
Future plans
Salvador Díaz Fau edited this page Jun 5, 2021
·
6 revisions
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.