A force directed graph algorithm written in Lua.
Go to file
Robert Machmer 7901ac1381 Add setters for replacing the default Edge and Node classes
This can be handy if the user wants to extend the functionality of those
classes. They can simply be inherited in a new class with that new class
being used in the Graph then.
2016-01-09 05:06:54 +01:00
fd Add setters for replacing the default Edge and Node classes 2016-01-09 05:06:54 +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 Update LICENSE.md 2016-01-03 11:24:51 +01:00
README.md Initial commit 2015-12-20 11:34:43 +01:00

libfdgraph