A force directed graph algorithm written in Lua.
Go to file
Robert Machmer 47b7624261 Extend graph constructor to handle node tables
The nodes can either be a sequence of strings or a sequence of tables
containing id, name, x and y values.
2015-12-25 00:50:36 +01:00
fd Extend graph constructor to handle node tables 2015-12-25 00:50:36 +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