+++ title = "Quickfacts - Intro" date = 2026-05-01 description = "An introduction to my Quickfacts project" draft = true [taxonomies] categories = ["Programming"] tags = ["Factorio", "Rust", "Quickfacts"] +++ 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)