lib.rs
Egui Node Graph Editor
Egui node graph editor is a featureful, customizable library to create node graph applications using egui. The library takes care of presenting a node graph to your users, and allows customizing many aspects of the interaction, creating the semantics you want for your specific application. This library is a fork of egui_node_editor, made to ...
egui-graph-edit
Egui Graph Edit. Fork of egui_node_graph. Egui Graph Edit is a featureful, customizable library to create node graph applications using egui. The library takes care of presenting a node graph to your users, and allows customizing many aspects of the interaction, creating the semantics you want for your specific application. Features and goals
egui-snarl
Context menus for nodes and graph background. Right-clicking on node, if configured, opens context menu filled by viewer's method. The method is provided with Snarl reference and node id. It may be used to add menu options to remove node, configure it or anything else. Right-clicking on background, if configured, opens context menu filled by ...
egui_graphs
The goal is to implement the very basic engine for graph visualization within egui, which can be easily extended and customized for your needs. Visualization of any complex graphs; Zooming and panning; Node and Edge labels; Node and edges interactions and events reporting: click, double click, select, drag; Style configuration via egui context ...
egui_graph
A general-purpose node graph widget for egui. Owned by mitchmindtree. Install; API reference; Source; Repository link; Home (nannou.cc) 3 releases (breaking) 0.3.0 Jan 5, 2024 0.2.0 Aug 5, 2023 0.1.0 Feb 16, 2023 #219 in Graphics APIs. MIT license 64KB 1K SLoC. nannou . An open-source creative-coding toolkit for Rust.
graph
What is a graph? A graph consists of nodes and edges where edges connect exactly two nodes. A graph can be either directed, i.e., an edge has a source and a target node or undirected where there is no such distinction. In a directed graph, each node u has outgoing and incoming neighbors.