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
- Host: GitHub
- URL: https://github.com/deciduously/autotorio
- Owner: deciduously
- License: mit
- Created: 2018-08-05T20:55:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-06T12:09:32.000Z (almost 8 years ago)
- Last Synced: 2025-04-01T14:18:59.199Z (about 1 year ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# autotorio
[](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.