Crate nodui

Crate nodui 

Source
Expand description

An egui-based visual graph editor.

GraphEditor is a egui widget which create a visual graph editor.

Modules§

stages
Stages of GraphEditor.

Structs§

ConnectionInProgress
An in progress connection between two sockets.
ConnectionsUi
This is what you use to render the connections.
GraphEditor
A node based graph editor.
GraphResponse
The result of rendering a GraphEditor.
GraphUi
This is what you use to render the nodes.
NodeResponse
What GraphUi::node returns.
NodeUi
This is what you use to render a node.
Pos
A position in the graph coordinates system.
RenderedSocket
A socket after it has been rendered.
Socket
A socket to be rendered.
TitleHeader
A simple header with a title.
Viewport
The information about the viewport of the visual editor.

Enums§

Header
An header for a node.
NodeLayout
The layout for the body part of a node.
NodeSide
The node side where a socket is rendered.
SocketShape
The shape of a socket’s handle.