Crate egui_snarl

source ·
Expand description

§egui-snarl

Provides a node-graph container for egui.

Modules§

  • This module provides functionality for showing Snarl graph in Ui.

Structs§

  • Node and its output pin.
  • Input pin identifier. Cosists of node id and pin index.
  • Node identifier.
  • Iterator over shared references to nodes and their identifiers.
  • Iterator over mutable references to nodes and their identifiers.
  • Iterator over shared references to nodes.
  • Iterator over mutable references to nodes.
  • Iterator over shared references to nodes, their positions and their identifiers.
  • Iterator over mutable references to nodes, their positions and their identifiers.
  • Iterator over shared references to nodes and their positions.
  • Iterator over mutable references to nodes and their positions.
  • Node and its output pin.
  • Output pin identifier. Cosists of node id and pin index.
  • Snarl is generic node-graph container.