Crate egui_graphs

source ·

Structs

  • Stores changes to the graph elements that are not yet applied
  • Stores changes to the edge properties
  • Stores changes to the node properties
  • Struct Elements represents the collection of all nodes and edges in a graph. It is passed to the GraphView widget and is used to draw the graph.