Crate egui_graph

source ·

Re-exports

Modules

Structs

  • A top-down camera-like view over the area of the graph.
  • A context to assist with the instantiation of edge widgets.
  • The main interface for the Graph widget.
  • State related to the graph UI.
  • Information about the inputs and outputs for a particular node.
  • A context to assist with the instantiation of node widgets.
  • The context returned by the Graph widget. Allows for setting nodes and edges.
  • The description of how the inputs and outputs are laid out for a particular node.
  • Configuration for the graph.

Functions

  • Combines the given id src with the TypeId of the Graph to produce a unique egui::Id.

Type Aliases

  • The location of the top-left of each node relative to the centre of the graph area.