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
|
|
|
```
|
2024-01-30 00:32:04 +00:00
|
|
|
|
|
|
|
## 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'
|
|
|
|
```
|