mirror of
https://github.com/godotengine/godot-website.git
synced 2025-12-31 09:48:43 +03:00
662 B
662 B
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 Godot’s 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). |