bevy_animation_graph_editor 0.9.0

Animation graph editor for the Bevy game engine
Documentation
1
2
3
4
5
use egui::{ImageSource, include_image};

pub const JOINT: ImageSource<'_> = include_image!("./icons/joint.svg");
pub const BOX: ImageSource<'_> = include_image!("./icons/box.svg");
pub const BONE: ImageSource<'_> = include_image!("./icons/bone.svg");