Module runtime

Module runtime 

Source
Expand description

Godot runtime management for embedded testing.

This module provides utilities for managing a Godot runtime instance within the test environment. It’s inspired by the SwiftGodot approach but adapted for Rust and the current godot-rust ecosystem.

Structs§

GodotRuntime
Manager for the embedded Godot runtime.
RuntimeConfig
Configuration options for the Godot runtime.
UserCallbacks
Callbacks that users must provide to integrate with their godot-rust version