Facefull bridge library
1.0.4
Facefull bridge is a communication system which connects application native backend (C++/Java/etc...) and Facefull user interface (runs through webview component). This library allows you to use Facefull to create a user interface for native desktop applications using the webview component. In native mode you can use built-in event system to communicate with your native desktop application C++ backend.
This library contains Facefull bridge interface and bridge implementation for wxWidgets (webview/webkit) and Qt5 (webkit) frameworks. You can use predefined implementations or create your own.
A web bridge mode is also available. In this mode, the backend application runs an HTTP server and provides communication between the native C++ code and Facefull frontend via the bridge system.
Facefull bridge library is distributed under the MIT Licence.
Supported OS:
- Windows (uses Microsoft Edge WebView2 Runtime)
- Linux (uses WebKit)
Supported OS:
- Linux (uses WebKit)
Supported OS:
- Windows
- Linux
All files will be in dist directory.
Just run build.cmd script.
Just run build.sh script.

