mini_arcade_core.runtime.services

Service container for runtime components.

Classes

RuntimeServices

Container for runtime service ports.

Module Contents

class mini_arcade_core.runtime.services.RuntimeServices

Container for runtime service ports.

Variables:
  • (WindowPort) (window) – Window service port.

  • (ScenePort) (scenes) – Scene management service port.

  • (AudioPort) (audio) – Audio service port.

  • (FilePort) (files) – File service port.

  • (CaptureServicePort) (capture) – Capture service port.

  • (InputPort) (input) – Input handling service port.

  • (RenderServicePort) (render) – Rendering service port.

window: mini_arcade_core.runtime.window.window_port.WindowPort
audio: mini_arcade_core.runtime.audio.audio_port.AudioPort
files: mini_arcade_core.runtime.file.file_port.FilePort
capture: mini_arcade_core.runtime.capture.capture_service_protocol.CaptureServicePort
input: mini_arcade_core.runtime.input.input_port.InputPort
render: mini_arcade_core.runtime.render.render_port.RenderServicePort
scenes: mini_arcade_core.runtime.scene.scene_query_port.SceneQueryPort