An open API service indexing awesome lists of open source software.

https://github.com/microeinstein/factoriotreegraphgen

Lua script which generates a dependency graph out from Factorio game files
https://github.com/microeinstein/factoriotreegraphgen

factorio game generator graph graphml lua lua53 script tree yed

Last synced: 5 months ago
JSON representation

Lua script which generates a dependency graph out from Factorio game files

Awesome Lists containing this project

README

          

# Factorio Tree Graph Generator
This script produces a GraphML file, which have to be opened with [yEd](https://www.yworks.com/downloads#yEd) to:
1. fit all the nodes to their labels
2. apply a hierarchical layout to the elements

This script needs my [personal Lua framework](https://github.com/Microeinstein/LuaPersonalFramework) and a terminal with ANSI support.

### ANSI on Windows
You can use:
1. [ANSICON](https://github.com/adoxa/ansicon)
2. [ConEmu](https://conemu.github.io/)
3. [my native helper](https://github.com/Microeinstein/LuaNativeHelper)

## Latest render
[Click here to see](https://raw.githubusercontent.com/Microeinstein/FactorioTreeGraphGen/master/factorio%200.16.51.png). Warning: very large image.