Skip to main content

Module bridge

Module bridge 

Source
Expand description

Engine-neutral bridge between a host application and VifuRuntime.

The same frames can cross an in-process FFI boundary or a WebSocket transport. Godot, Unity, Unreal, and native hosts only need an adapter that moves encoded frames to and from this bridge.

Structs§

RuntimeBridge
Routes protocol frames into one embedded application runtime.
RuntimeBridgeCancelParams
RuntimeBridgeHelloParams
RuntimeBridgeHelloPayload
RuntimeBridgeInvocationEvent
RuntimeBridgeInvokePayload

Enums§

RuntimeBridgeError

Constants§

RUNTIME_BRIDGE_CANCELLED_EVENT
RUNTIME_BRIDGE_CANCEL_METHOD
RUNTIME_BRIDGE_COMPLETED_EVENT
RUNTIME_BRIDGE_FAILED_EVENT
RUNTIME_BRIDGE_HELLO_METHOD
RUNTIME_BRIDGE_INVOKE_METHOD
RUNTIME_BRIDGE_OUTPUT_DELTA_EVENT
RUNTIME_BRIDGE_STARTED_EVENT
VIFU_RUNTIME_BRIDGE_PROTOCOL_VERSION