jdfrens / calctorio

Calculator for Factorio, of course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calctorio

When a spreadsheet doesn't cut it any more, code up your calculations!

Factortio calculations of ratios and throughput and whatnot are tree-like, not table-like. Spreadsheets like tables, so goodbye spreadsheets.

Installation

The package can be installed by adding calctorio to your list of dependencies in mix.exs:

def deps do
  [
    {:calctorio, "~> 0.1.0", github: "https://github.com/jdfrens/calctorio"}
  ]
end

Documentation can be generated with ExDoc.

About

Calculator for Factorio, of course

License:MIT License


Languages

Language:Elixir 100.0%