graphdrawing
There are 8 repositories under graphdrawing topic.
Rubjerg/Graphviz.NetWrapper
Lean .NET wrapper around Graphviz for building graphs, reading/writing dot files, exporting images, or programmatically reading out the layout attributes.
sylsaint/sun-hierarchy
A library for hierarchy graph layout based on sugiyama framework
oppenheimj/unraveler
Multithreaded force-directed graph drawing using Barnes-Hut quadtree
felicedeluca/graphmetrics
Compute most known graph metrics on dot files
Average-user/fruchterman-reingold
Implementation of Fruchterman-Reingold algorithm for directed force Graph Drawing
mamakram/Thesis_GraphInPolygon
Implementation of two graph drawing algorithms for Masters Thesis
mzguntalan/spring
Implementation of "Graph Drawing by Force-directed Placement" by Frutcherman and Reingold in 1991 using the jit-jax. This repo interprets the procedural/step-by-step nature of the algorithm into a matrix and gpu-friendly manner.