Crate nodui_egui

Source
Expand description

The egui-based visual graph editor for nodui.

Re-exports§

pub use connection::CustomConnectionRenderer;

Modules§

connection
Renderer for the connections between sockets.
context_menu
Contextual information for context menu of the graph editor.

Structs§

GraphEditor
A graph editor to render and manipulate a graph throw the GraphAdapter trait.
GraphOutput
The response of adding a GraphEditor to a Ui.
RenderedSocket
Data about a socket after being rendered.