bevy_animation_graph_editor 0.9.0

Animation graph editor for the Bevy game engine
Documentation
1
2
3
4
5
6
/// Adapted from https://github.com/theoparis/egui_nodes/
pub mod lib;
pub mod link;
pub mod node;
pub mod pin;
pub mod style;