{"id":14961569,"url":"https://github.com/lecrapouille/gdcef","last_synced_at":"2026-01-29T04:03:52.051Z","repository":{"id":41962508,"uuid":"498025583","full_name":"Lecrapouille/gdcef","owner":"Lecrapouille","description":"[Plugin][Version 0.17.0][Functional] Chromium Embedded Framework Webview for Godot 4","archived":false,"fork":false,"pushed_at":"2026-01-19T23:36:00.000Z","size":5832,"stargazers_count":385,"open_issues_count":9,"forks_count":39,"subscribers_count":6,"default_branch":"godot-4.x","last_synced_at":"2026-01-20T04:10:45.582Z","etag":null,"topics":["cef","chromium-embedded-framework","gdnative","gdnative-plugin","godot","godot-engine","godot3","godot3-4","godot3-5","godotengine","webview"],"latest_commit_sha":null,"homepage":"https://discord.gg/EckEwy7S5U","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/Lecrapouille.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-05-30T16:48:42.000Z","updated_at":"2026-01-19T23:36:04.000Z","dependencies_parsed_at":"2023-11-30T01:44:54.788Z","dependency_job_id":"69f22288-e6e6-40c1-9157-fa1047b2fb8e","html_url":"https://github.com/Lecrapouille/gdcef","commit_stats":{"total_commits":6,"total_committers":2,"mean_commits":3.0,"dds":"0.16666666666666663","last_synced_commit":"b3d336c0421f077ec1b90db89139996566bc9609"},"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"purl":"pkg:github/Lecrapouille/gdcef","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lecrapouille%2Fgdcef","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lecrapouille%2Fgdcef/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lecrapouille%2Fgdcef/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lecrapouille%2Fgdcef/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lecrapouille","download_url":"https://codeload.github.com/Lecrapouille/gdcef/tar.gz/refs/heads/godot-4.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lecrapouille%2Fgdcef/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28862139,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T22:56:21.783Z","status":"online","status_checked_at":"2026-01-29T02:00:06.714Z","response_time":59,"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":["cef","chromium-embedded-framework","gdnative","gdnative-plugin","godot","godot-engine","godot3","godot3-4","godot3-5","godotengine","webview"],"created_at":"2024-09-24T13:25:43.023Z","updated_at":"2026-01-29T04:03:51.542Z","avatar_url":"https://github.com/Lecrapouille.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chromium Embedded Framework Webview for Godot\n\nThis repository contains the source code of C++ classes that wrap a subset of the [Chromium Embedded Framework](https://bitbucket.org/chromiumembedded/cef/wiki/Home) (CEF for short) [API](https://magpcss.org/ceforum/apidocs/). These classes are compiled to be used either as a Godot 3.5 native module (GDNative) or a Godot 4.2 extension (GDExtension), allowing you to implement a webview in your 2D and 3D games through GDScript for Linux, Windows and macOS.\n\nWe have named this CEF module/extension `gdcef`. You can download it directly from the Godot Asset Library:\n- For Godot 3.5: https://godotengine.org/asset-library/asset/1426\n- For Godot 4.2: https://godotengine.org/asset-library/asset/2508\n\nFor users who don't want to compile this project themselves, pre-built artifacts are available at https://github.com/Lecrapouille/gdcef/releases\n\nFor developers: Since Godot 3.x GDNative and Godot 4.x GDExtension are not compatible, there are two branches:\n- https://github.com/Lecrapouille/gdcef/tree/godot-3.x for Godot 3.4 or 3.5 (no longer maintained)\n- https://github.com/Lecrapouille/gdcef/tree/godot-4.x for Godot 4.2 and later\n- Note: Versions before Godot 3.4, Godot 4.0, and 4.1 have not been tested and are not supported\n\nDeveloper instructions:\n- Use `git checkout godot-3.x` for developing the GDNative version for Godot 3.4 or 3.5\n- Use `git checkout godot-4.x` for developing the GDExtension version for Godot 4.2 and later\n\n**Note:** After discussions with some developers who only want to display their JS games without necessarily needing Godot, there is a better alternative: When compiling CEF, the build system also compiles a small CEF application that opens Google by default. You can modify it to launch your game (local or remote) as the default page. See this repository https://github.com/Lecrapouille/exa-application and adapt these [lines](https://github.com/Lecrapouille/exa-application/blob/master/build.py#L47-L48) for your application name (title) and URL.\n\n## Alternative Godot WebView Projects\n\n- In Rust: https://github.com/doceazedo/godot_wry\n- In Qt: https://godotwebview.com/\n- Godot 3 and Android: https://github.com/Sam2much96/GodotChrome/tree/master","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flecrapouille%2Fgdcef","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flecrapouille%2Fgdcef","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flecrapouille%2Fgdcef/lists"}