Edit of asset "GDCEF Godot4" Accepted
Warning: "e9da7dad09aef51d6a71e8e712e28ef9665d8595" doesn't look correct; it should be similar to "http<s>://<url>.zip". Please, ensure that the URL and the repository provider are correct.
If you think that this warning is incorrect, you can always open an issue.
If you think that this warning is incorrect, you can always open an issue.
| Old/Current | New/Edit | |
|---|---|---|
| Title | GDCEF Godot4 | |
| Description |
gdCEF - Chromium Embedded Framework for Godot 4 Integrate a fully functional web browser into your Godot 4.2+ games on Linux and Windows. This GDExtension wraps the Chromium Embedded Framework (CEF) API, enabling you to display web content in 2D and 3D scenes and interact with it using GDScript. ======================== Supported Platforms ======================== - Linux (X11 required) - Windows - macOS (worked, but developers are needed to improve support) Android and iOS are not supported by CEF and therefore not supported by gdCEF. Godot 3 users: gdCEF is no longer maintained for Godot 3, but the last version is still available here: https://godotengine.org/asset-library/asset/1426 ======================== Installation ======================== Starting from version 0.19.0, gdCEF no longer requires users to compile the source code. From the Godot editor, simply download the CEF artifacts folder into your project (500+ MB). Once downloaded, gdCEF is ready to use. (Note: the available binaries depend on the GitHub CI configuration, so not all architectures are currently provided.) ======================== ChangeLog ======================== Since version 0.19.0, gdCEF no longer requires users to compile the source code. Since version 0.18.0, major improvements have been made, including: - CPU and GPU optimizations - Numerous keyboard and input handling fixes ======================== Community & Support ======================== For help with installation or general questions, join our Discord: https://discord.gg/EckEwy7S5U ======================== Documentation ======================== - Installation Guide: https://github.com/Lecrapouille/gdcef/blob/godot-4.x/doc/installation.md - API Reference: https://github.com/Lecrapouille/gdcef/blob/godot-4.x/doc/API.md - Design Details: https://github.com/Lecrapouille/gdcef/blob/godot-4.x/doc/detailsdesign.md - Demos Info: https://github.com/Lecrapouille/gdcef/blob/godot-4.x/demos/README.md - FAQ: https://github.com/Lecrapouille/gdcef/blob/godot-4.x/doc/faq.md |
gdCEF a web viewer plugin, for Godot 4.2, 4.3, Linux and Windows, based on Chromium Embedded Framework (CEF) for your 2D and 3D applications. Note: For Godot 3 users: gdCEF is no longer maintained but still available: https://godotengine.org/asset-library/asset/1426 To install gdCEF inside your project, you have three methods: - The first method, is not to use the Godot Asset Library, but to download directly the pre-built gdCEF artifacts on GitHub: https://github.com/Lecrapouille/gdcef/releases for Linux and Windows and only for x64 architectures. Untar and place the cef_artifacts folder on your project. Drawbacks of this method are: you cannot choose neither the CEF and Godot version, neither can choose the folder name holding gdCEF artifacts. Since the GitHub continuous integration runs on x64 architectures, you cannot download yet other archis. - The second method, since gdCEF version 0.12.0, is to download the pre-built gdCEF artifacts on GitHub using the Python3 build script of gdCEF (addons/gdcef/build.py). From the Godot Asset Library, download gdCEF code source. You can remove the C++ code source of gdCEF, since not needed. Edit the script to set the variable GITHUB_GDCEF_RELEASE to the desired release version available on https://github.com/Lecrapouille/gdcef/releases. Run the script, it will download the artifacts and prepare the demos. Drawbacks of this method are the same as the first method: you cannot customize gdCEF. - The third and recommended method is to compile gdCEF code source. From the Godot Asset Library, download gdCEF code source and run the Python3 build script of gdCEF (addons/gdcef/build.py). The script is already preconfigured, but the first section of the script is let to the user to edit for its own customization. The script will download and compile godot-cpp and prebuilt CEF before compiling gdCEF itself (~5 min of compilation). The drawback of this method is that you need to install some common tools: Python3 with some plugins, Scons CMake, Makefile or Ninja. If you have issue installing or using gdCEF, ask your questions on our Discord https://discord.gg/EckEwy7S5U |
| Category | 2D Tools | |
| License | MIT | |
| Repository Provider | Custom | |
| Repository Url | https://github.com/Lecrapouille/gdcef | |
| Issues Url | https://github.com/Lecrapouille/gdcef/issues | |
| Godot version | Godot 4.2 | |
| Version String | 0.19.1-godot4 | 0.12.0-godot4 |
| Download Commit | https://github.com/Lecrapouille/gdcef/releases/download/v0.19.1-godot4/gdcef-0.19.1_godot-4.5.zip | e9da7dad09aef51d6a71e8e712e28ef9665d8595 |
| Download Url (Computed) | https://github.com/Lecrapouille/gdcef/releases/download/v0.19.1-godot4/gdcef-0.19.1_godot-4.5.zip | e9da7dad09aef51d6a71e8e712e28ef9665d8595 |
| Icon Url |
https://raw.githubusercontent.com/Lecrapouille/gdcef/refs/heads/godot-4.x/demos/3D/icon.png
|
|