graph_layout 0.1.1 copy "graph_layout: ^0.1.1" to clipboard
graph_layout: ^0.1.1 copied to clipboard

A package providing graph layout algorithms and related data structures.

Next #

0.1.0 #

  • Add basic data structures: Node, IntegerNode, Edge (undirected), Graph.
  • Add basic typedefs: AdjacencyList, EdgeList, NodeLayout.
  • Add abstract class StaticLayoutAlgorithm, which represents a generic static layout algorithm.
  • Add abstract class InteractiveLayoutAlgorithm, which represents a generic interactive layout algorithm.
  • Add interactive, force directed algorithm Eades, with support for constrained nodes.
  • Add static, force directed algorithm FruchtermanReingold.
0
likes
160
pub points
41%
popularity

Publisher

verified publisherarseny.uk

A package providing graph layout algorithms and related data structures.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

meta, quiver, vector_math

More

Packages that depend on graph_layout