@volter/browser-godot
v0.1.5
Published
Bidirectional bridge between a browser workspace and the Godot web editor
Readme
@volter/browser-godot
A structural, bidirectional bridge between the shared browser filesystem and a
Godot web editor whose Emscripten FS is exposed by the reproducible recipe in
programs/godot-editor/4.7.2.
GodotEditorEmbedmaterializes a workspace into editor and game engine instances and reopens safely when display scale changes.GodotEditorBridgemirrors atomic editor commits into the workspace and workspace mutations into the editor, excluding.agentand.godotstate.addon/agent_bridgeasks the editor to rescan after inbound changes.
The package uses structural filesystem interfaces and imports no execution
engine. examples/godot is the terminal-plus-editor reference composition.
