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

https://github.com/deciduously/autotorio

Ongoing factorio/Rust project
https://github.com/deciduously/autotorio

Last synced: about 1 year ago
JSON representation

Ongoing factorio/Rust project

Awesome Lists containing this project

README

          

# autotorio

[![Build Status](https://travis-ci.org/deciduously/autotorio.svg?branch=master)](https://travis-ci.org/deciduously/autotorio)

Factorio stuff.

Several parts :

* [fbp-rs](https://github.com/deciduously/fbp-rs) - Blueprint string library - TODO stablilize as a library
* calculator - getting required components for desired output. Give it a rate and an output target and it gives you a full list of resources used at that same rate and every factorty component you will need to attain the pipeline
* Blueprint generator - Will have basic building blocks and logic for stringing them together with belt connections, returning new blueprints. Only planned.