An open API service indexing awesome lists of open source software.

https://github.com/gitanat/graph-force-based-layout

Object Pascal implementation of a custom n-dimentional force based graph layout algorithm
https://github.com/gitanat/graph-force-based-layout

Last synced: 4 months ago
JSON representation

Object Pascal implementation of a custom n-dimentional force based graph layout algorithm

Awesome Lists containing this project

README

          

This is an Object Pascal (Delphi) implementation of a custom n-dimentional
graph layout algorithm, heavily inspired by the Kamada-Kawai model.

Currently, the implementation is limited to representing 2D non-weighted
graphs, but the algorithm can be trivially adapted to N-dimensions and
weighted graphs.

Use Lazarus and Free Pascal to compile
http://www.lazarus.freepascal.org