egui_xyflow 0.2.0

An interactive node-graph editor widget for egui, inspired by xyflow (React Flow)
Documentation
1
2
3
4
5
6
7
//! Input handling: node dragging, pan/zoom, connection dragging, resize, and box selection.

pub mod connection_drag;
pub mod drag;
pub mod pan_zoom;
pub mod resize;
pub mod selection;