{"id":34866720,"url":"https://github.com/nickware-group/facefull-bridge","last_synced_at":"2026-06-14T22:00:49.894Z","repository":{"id":271289202,"uuid":"912964656","full_name":"nickware-group/facefull-bridge","owner":"nickware-group","description":"Facefull bridge С++ library. The easiest way to use Facefull for native desktop applications","archived":false,"fork":false,"pushed_at":"2026-03-23T08:06:50.000Z","size":244,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-05-23T00:27:51.791Z","etag":null,"topics":["desktop-app","gui","native"],"latest_commit_sha":null,"homepage":"https://nickware.group/dev/facefull/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nickware-group.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-06T18:52:26.000Z","updated_at":"2026-03-23T18:12:04.000Z","dependencies_parsed_at":"2025-06-03T08:25:32.875Z","dependency_job_id":null,"html_url":"https://github.com/nickware-group/facefull-bridge","commit_stats":null,"previous_names":["nickware44/facefull-bridge","nickware-group/facefull-bridge"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/nickware-group/facefull-bridge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickware-group%2Ffacefull-bridge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickware-group%2Ffacefull-bridge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickware-group%2Ffacefull-bridge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickware-group%2Ffacefull-bridge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nickware-group","download_url":"https://codeload.github.com/nickware-group/facefull-bridge/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickware-group%2Ffacefull-bridge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34339195,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["desktop-app","gui","native"],"created_at":"2025-12-25T22:36:39.173Z","updated_at":"2026-06-14T22:00:49.888Z","avatar_url":"https://github.com/nickware-group.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg width=\"600\" height=\"200\" src=\"https://nickware.group/repository/products/ff/logonew_t.png\"\u003e\u003cbr\u003e\u003cbr\u003e\n    \u003ca href=\"https://github.com/nickware44/facefull\"\u003eFacefull\u003c/a\u003e bridge library\n    \u003cbr\u003e1.2.0\n\u003c/p\u003e\n\nFacefull bridge is a communication system which connects application native backend (C++/Java/etc...) and Facefull user interface (runs through webview component). \nThis 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.\n\nThis library contains Facefull bridge interface and bridge implementation for wxWidgets (webview/webkit), Qt5 (webkit) and Electron frameworks.\nYou can use predefined implementations or create your own.\n\nAvailable bridge modes:\n- `Native mode`. `Facefull UI` \u003c---\u003e `WebView component` \u003c---\u003e `native code` in one native app.\n- `Electron mode`. `Facefull UI` \u003c---\u003e `Electron app` \u003c---\u003e `native app`. In this mode, Facefull frontend communicates with Electron backend and native C++ app. The native application runs an HTTP server and provides communication between the native C++ code and Facefull frontend via the bridge system.\n- `Web mode`. `Facefull UI` \u003c---\u003e `browser` \u003c---\u003e `native app / server`. 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.\n\n\u003cp align=\"center\"\u003e\n    \u003cimg width=\"820\" height=\"940\" src=\"https://nickware.group/repository/products/ff/scheme_full_en.png\"\u003e\u003cbr\u003e\u003cbr\u003e\n\u003c/p\u003e\n\n\n[facefull official page](https://nickware.group/products/facefull)\n\n----------------------------------------------------------------\n### LICENCE\nFacefull bridge library is distributed under the MIT Licence.\n\n----------------------------------------------------------------\n### USAGE EXAMPLES\n#### 1. [Bridge for wxWidgets](examples/wxwidgets)\n\nSupported OS:\n- Windows (uses [Microsoft Edge WebView2 Runtime](https://developer.microsoft.com/en-us/microsoft-edge/webview2?form=MA13LH\u0026cs=578062562))\n- Linux (uses WebKit)\n\n#### 2. [Bridge for Qt5](examples/qt5webkit)\n\nSupported OS:\n- Linux (uses WebKit)\n\n#### 3. [Bridge for web](examples/web_bridge)\n\nSupported OS:\n- Windows\n- Linux\n- MacOS\n\n#### 4. [Bridge for electron](examples/electron)\n\nSupported OS:\n- Windows\n- Linux\n- MacOS\n\n\n----------------------------------------------------------------\n### HOW TO BUILD\nAll files will be in dist directory.\n#### Windows\nJust run build.cmd script.\n\n#### Linux / MacOS\nJust run build.sh script.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickware-group%2Ffacefull-bridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickware-group%2Ffacefull-bridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickware-group%2Ffacefull-bridge/lists"}