egui_xyflow 0.4.1

An interactive node-graph editor widget for egui, inspired by xyflow (React Flow)
Documentation
1
2
3
4
//! Viewport animation with configurable easing functions.

pub mod easing;
pub mod viewport_animation;