GraphBuilder by Cyril Gambini - Toolkit for LabVIEW Download
Toolkit to create, perform several algorithms and render directed graphs

Version | 2.1.1.5 |
Released | Nov 13, 2023 |
Publisher | Cyril Gambini |
License | BSD-3 |
LabVIEW Version | LabVIEW>=20.0 |
Operating System | Windows, Mac, and Linux |
Project links | Homepage Discussion |
Description
GraphBuilder allows you to add "Nodes" (aka vertices) and "Edges" to create directed graphs.
Several algorithms and traversal methods are available.
It is also possible to choose between rendering classes to represent a graph (GraphViz, Graphml, ...).
Each rendering class has its specific properties to allow a binary stream to be created accordingly.
This project is open-source (BSD-3 licence) and available on GitLab (https://gitlab.com/cgambini/graph-builder).
If you want to support the author and the work done, you can buy me a coffe ;-)
https://www.buymeacoffee.com/cyrilg
Release Notes
- FIX issue #15 - Updated README.md to reflect current state of the project regarding LV version used, traversals, algorithms, and rendering
- FIX issue #18 - Change localized name of classes to remove '.lvclass' extension and make property nodes smaller
- FIX issue #19 - Set default colors to black and font size to 12 for Graphviz Node default values