factoriolab
d3-sankey-circular
factoriolab | d3-sankey-circular | |
---|---|---|
193 | 1 | |
655 | 90 | |
2.0% | - | |
9.0 | 0.0 | |
6 days ago | almost 2 years ago | |
TypeScript | JavaScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
factoriolab
-
Factorio – Visualizing construction material dependencies
(gifs readme at [https://github.com/shpaass/yafc-ce/blob/master/Docs/Gifs.md])
The flowcharts are generally made with Foreman2 [https://github.com/DanielKote/Foreman2], yet another external tool
Both the calculator websites, https://factoriolab.github.io and https://kirkmcdonald.github.io also have both Sankey and Box-line flow diagrams
In-game calculator mods are Rate Calculator (that just shows the production ratios of selection), Helmod and Factory planner, don't have flow diagrams afaik
---
But with the new 2.0 DLC Quality and Recycling mechanics which makes every graph connection quintuple and bidirectional, the difficulty to calculate what's the best way to craft something of high quality is going to skyrocket
-
TIL: Do not underestimate the production you need to make even a trickle of module 3s! (Mini base tour)
here's another: https://factoriolab.github.io/
-
Vanilla 500spm Problems
Got everything built out for 500 spm using the online calculator (This one: https://factoriolab.github.io/) and when I was done I found a few issues.
-
~87% of iron is used for steel and green circuits
https://factoriolab.github.io/ is the same but better than Kirk McDonalds in many ways.
- Space exploration recipes
- Beginner here, is there any tips to make this like way smaller. At this point idek how ima do the other sciences
-
Is this basic rubber/plastic setup as clever as it seems ?
I recommend the factoriolab calculator for satisfactory it's very powerful.
-
Blueprints - black box or bulk single?
If you build everything correctly, there are no need to concern about the ratio of proliferator. Factoriolab is your friend to help you calculate how many of those proliferators are need.
- 248k mod and insane stone requirements?
-
can anyone tell some "golden ratios" for a beginner
Kirk's calc is superseded by https://factoriolab.github.io
d3-sankey-circular
-
FactorioLab 1.3!
The calculator uses a linear program and the Simplex method to solve for the production chain in cases like that. I wrote a document about the process here. To visualize it in the flow diagram I just use a third party library that handles circular loops, d3-sankey-circular.
What are some alternatives?
factorio-blueprint-visualizer - A python library to artfully visualize Factorio Blueprints and an interactive web demo for using it.
d3-graphviz - Graphviz DOT rendering and animated transitions using D3
FactoryPlanner - A mod for Factorio. Allows you to plan out your production in detail.
factorio-lab-tools - Lua parser to build data and icons for FactorioLab base recipe sets
yafc - Powerful Factorio calculator/analyser that works with mods
intro-to-d3 - Introductory tutorial for D3.js v5-v7, updated & forked from Square's Intro to D3 Tutorial