A force directed graph algorithm written in Lua.
Go to file
2015-12-21 13:01:35 +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 Throw error when node ID is already taken 2015-12-21 13:01:35 +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