egui_xyflow 0.4.1

An interactive node-graph editor widget for egui, inspired by xyflow (React Flow)
Documentation
1
2
3
4
5
6
//! Edge path algorithms: Bezier, SmoothStep, Step, and Straight.

pub mod bezier;
pub mod positions;
pub mod smooth_step;
pub mod straight;