Files
godot-website/collections/_priorities/gdextension-01-allow-gdextensions-to-communicate-with-one-another.md
2024-12-02 21:44:47 +01:00

662 B
Raw Permalink Blame History

category, rank, state, anchor, title, description, details
category rank state anchor title description details
gdextension 1 active allow-gdextensions-to-communicate-with-one-another Allow GDExtensions to communicate with one another GDExtension was created to allow developers to create extensions as if they were coding a module directly in Godots source code. Currently, modules can depend on one another, but this is not yet possible for extensions. We aim to expose the necessary API to be able to. So, for example, an extension built with [godot-rust](https://godot-rust.github.io/) would be able to extend an extension built with [godot-cpp](https://github.com/godotengine/godot-cpp).