godot-bevy 0.5.0

Bridge between Bevy ECS and Godot 4 for Rust-powered game development
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub use crate::GodotPlugin;
pub use crate::bridge::*;
pub use crate::plugins::{assets::*, audio::*, core::*, packed_scene::*};

pub use godot_bevy_macros::bevy_app;

pub use crate::node_tree_view::NodeTreeView;
pub use godot_bevy_macros::NodeTreeView;

pub mod godot_prelude {
    pub use godot::prelude::*;
}
pub use godot;