Files
godot-website/collections/_priorities/gdextension-00-allow-compiling-godot-as-a-library.md
2024-12-02 21:44:47 +01:00

839 B
Raw Blame History

category, rank, state, anchor, title, description, details
category rank state anchor title description details
gdextension 0 active allow-compiling-godot-as-a-library Allow compiling Godot as a library that can be loaded and used by other applications Currently, the engines capabilities are only accessible if the application itself is a Godot application. However, there are many situations where an application might want to use Godot as an intermediary. One case would be an application that uses native OS API for its UI, but needs Godot to render a complex 3D scene. Our goal is to make Godot available as a library to expand the possible uses of the engine.
type content
note This feature is better known as "LibGodot".
type content
prs - [Migeran LibGodot Feature #90510](https://github.com/godotengine/godot/pull/90510)