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
- Host: GitHub
- URL: https://github.com/gitanat/graph-force-based-layout
- Owner: gitanat
- Created: 2009-07-03T01:03:47.000Z (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2009-07-03T01:20:59.000Z (almost 17 years ago)
- Last Synced: 2025-10-22T03:28:00.957Z (8 months ago)
- Homepage:
- Size: 82 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
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