This directory contains example applications that demonstrate specific aspects of CEF functionality.
- message_router demonstrates how to create JavaScript bindings using CefMessageRouter.
- minimal demonstrates the minimal functionality required to build an executable using the shared library.
- resource_manager demonstrates how to handle resource requests using CefResourceManager.
- scheme_handler demonstrates how to handle resource requests using CefSchemeHandlerFactory.
- shared is a static library that implements functionality common to all example executable targets.
Each target directory contains a README.md file that provides an implementation overview.
See the shared library target for configuration details.
See the shared library target for setup and build instructions.