A force directed graph algorithm written in Lua.
Go to file
Robert Machmer 1ad54dd376 Improve function to create a new graph based on data
The random function is now seeded properly and uses the x, y, w, and h
parameters passed to the function to determine in what range to randomly
place the nodes.
2015-12-22 02:52:16 +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 Improve function to create a new graph based on data 2015-12-22 02:52:16 +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