A force directed graph algorithm written in Lua.
Go to file
Robert Machmer 9cf1af9540 Add docs
2015-12-23 09:03:21 +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 docs 2015-12-23 09:03:21 +01:00
LICENSE.md Initial commit 2015-12-20 11:34:43 +01:00
Node.lua Use a constant mass for nodes 2015-12-21 13:27:27 +01:00
README.md Initial commit 2015-12-20 11:34:43 +01:00

libfdgraph