bevy_godot
A crate for using Bevy with the Godot Engine. This crate is in active development and is not ready for production use.
Features
- Godot SceneTree integration
- Detect Godot object collisions
- Spawn Godot scenes from Bevy
- Tracing behind the
trace
andtrace_chrome
feature flags
Quickstart
Browse the examples to get a feel for the API. The examples are cargo run
-able if a godot
executable is present in your enviroment path.
For a new Godot project, use one of the examples as a starting point. This crate requires the provided Autoload
class to be added to the project's autoloads.
Supported Godot Versions
This library depends on godot-rust for the Godot API and follows their compatibility guidelines.