A force directed graph algorithm written in Lua.
Go to file
Robert Machmer 78050c9af7 Add anchor nodes
Nodes set as anchors won't be affected by the force directed layout.
They can be used to fixate the graph to a certain area.
2016-01-02 15:19:35 +01:00
fd Add anchor nodes 2016-01-02 15:19:35 +01:00
.gitignore Initial commit 2015-12-20 11:34:43 +01:00
CHANGELOG.md Initial commit 2015-12-20 11:34:43 +01:00
fd.lua Turn library into a package 2015-12-24 00:06:44 +01:00
LICENSE.md Initial commit 2015-12-20 11:34:43 +01:00
README.md Initial commit 2015-12-20 11:34:43 +01:00

libfdgraph