Add some more content

This commit is contained in:
Lol3rrr
2026-03-07 13:01:33 +01:00
parent f22315cc11
commit ca1071de69
4 changed files with 41 additions and 9 deletions

View File

@@ -6,7 +6,18 @@ draft = true
[taxonomies]
categories = ["Programming"]
tags = ["Factorio", "Rust"]
tags = ["Factorio", "Rust", "Quickfacts"]
+++
TODO
Quickfacts is a long ongoing hobby project of mine, with the aim of being able to analyze most factorio blueprints.
The goal would be to have a website or application, which you can give most blueprints and it then can tell you things about how the blueprint will perform.
## Analysis Goals
- Determine the output rate given a fixed input rates (and how much of the input is actually being consumed)
- Check how well a belt-balancer works
- Highlight bottlenecks in a setup
## Known Limitations
- Any form of circuit networks/logic
- Trains
- Spoilage (for now)