A force directed graph algorithm written in Lua.
Go to file
Robert Machmer dba6a49587 Remove name attribute in Node class
Seems kind of redundant to have both an id and a name attribute.
2016-01-03 02:33:03 +01:00
fd Remove name attribute in Node class 2016-01-03 02:33:03 +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