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§
- Connection
InProgress - An in progress connection between two sockets.
- Connections
Ui - This is what you use to render the connections.
- Graph
Editor - A node based graph editor.
- Graph
Response - The result of rendering a
GraphEditor. - GraphUi
- This is what you use to render the nodes.
- Node
Response - What
GraphUi::nodereturns. - NodeUi
- This is what you use to render a node.
- Pos
- A position in the graph coordinates system.
- Rendered
Socket - A socket after it has been rendered.
- Socket
- A socket to be rendered.
- Title
Header - A simple header with a title.
- Viewport
- The information about the viewport of the visual editor.
Enums§
- Header
- An header for a node.
- Node
Layout - The layout for the body part of a node.
- Node
Side - The node side where a socket is rendered.
- Socket
Shape - The shape of a socket’s handle.