egui_xyflow 0.4.1

An interactive node-graph editor widget for egui, inspired by xyflow (React Flow)
Documentation
1
2
3
4
5
//! Graph state management: [`flow_state::FlowState`], change application, and node lookup helpers.

pub mod changes;
pub mod flow_state;
pub mod node_lookup;