A force directed graph algorithm written in Lua.
Go to file
Robert Machmer 59a055da99 Add optional name parameter for Nodes
This parameter can be accessed via the getName getter. If no value is
passed to the constructor the name variable will default to the id.
2015-12-24 16:56:40 +01:00
fd Add optional name parameter for Nodes 2015-12-24 16:56:40 +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