Is it possible to embed Godot into another application?

:bust_in_silhouette: Reply From: Calinou

Godot isn’t meant to be integrated within another application; it can’t function as a library.

That said, you could implement some sort of IPC using a TCP socket, files that are read by Godot on a regular basis or something along those lines. (Godot can’t read standard input either.)