bevy_animation_graph_editor 0.8.0

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