SatisfactoryPlusCalculator/README.md

21 lines
426 B
Markdown
Raw Normal View History

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