A force directed graph algorithm written in Lua.
Go to file
Robert Machmer 86788b748d Rewrite the drawing function to take two functions as parameters
These function will be called on each edge and node in the graph and
allow the user to determine how the graph is drawn.
2016-01-09 11:27:02 +01:00
fd Rewrite the drawing function to take two functions as parameters 2016-01-09 11:27:02 +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