SatisfactoryPlusCalculator/README.md
2024-01-30 01:33:17 +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'
```