SatisfactoryPlusCalculator/README.md
Ben 91a0edda5b
Add first visualisation revision
Caveats:
UI hangs while selecting recipes
No calculation is done based on input resource flow
2024-01-30 01:32:04 +01:00

21 lines
426 B
Markdown

# Satisfactory Plus Calculator
Using pipenv, run e.g.
```sh
pipenv run fetch --result 'Molten Iron'
```
## Visualisation
Thanks to [NodeGraphQt](https://github.com/jchanvfx/NodeGraphQt) a graph base visualisation is available, which looks like the following:
[!Graph Visualisation Example](vis.png)
The visualisation window can be opened with e.g.
```sh
pipenv run fetch --result 'Plastic'
pipenv run vis 'Plastic'
```