This is a graph theory library for processing
This is a simple graph theory library designed to work with processing.
It offers a number of classes such as Graph, Vertex, and Edge,
that can be used to visualize graph data structures.
Last update: 8/14/2012
You can download the latest release (2012.08.15) here.
Unzip the P5GraphTheory.zip archive and put the extracted P5GraphTheory
folder into the libraries folder of your processing sketches.
The reference and examples are included.
Check out the Javadocs, which are also included in the library download itself.
All the following are included with the library, but you can view them directly below.
GraphToTriangles
MinimalSpanningTree
RandomGraph
TriangulatedGraph
Platform: windows
Processing: 2.0a6
graphs, graph theory, trees, triangulation