This repository contains two tools which support the Factorio Calculator (repo).
factoriocalc
loads data from a Factorio installation, starts an HTTP server hosting the calculator, and opens it in a browser. It provides a quick and easy way to use a custom combination of mods with the calculator.
factoriodump
is used to load data from a Factorio installation, and write the data files and sprite sheet used by the calculator. It is primarily a tool which supports development of the calculator.
You will need:
- Go
- packr
- A C compiler
- Lua 5.3
- The Lua libraries LuaFileSystem and LuaZip (both available from LuaRocks)
Change into either tool's subdirectory and build it with:
$ packr build