A force directed graph algorithm written in Lua.
Go to file
Robert Machmer e4d34d4281 Add functions to remove a node from the graph
When a node is removed, all edges to and from it will be deleted as
well.
2015-12-21 12:42:52 +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
Edge.lua Add first working draft of the force directed graph 2015-12-21 12:13:36 +01:00
Graph.lua Add functions to remove a node from the graph 2015-12-21 12:42:52 +01:00
LICENSE.md Initial commit 2015-12-20 11:34:43 +01:00
Node.lua Add first working draft of the force directed graph 2015-12-21 12:13:36 +01:00
README.md Initial commit 2015-12-20 11:34:43 +01:00

libfdgraph