A force directed graph algorithm written in Lua.
Go to file
Robert Machmer b30389bf8a Add two callback functions to the parameter list of the update function
These functions will be called on each and every node and edge in the
graph and allow the user to extend the graphs behavior between frames.
2016-01-09 11:25:50 +01:00
fd Add two callback functions to the parameter list of the update function 2016-01-09 11:25:50 +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