Go to file
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
factorygame Add first visualisation revision 2024-01-30 01:32:04 +01:00
.gitignore Initial project files 2024-01-28 14:12:46 +01:00
LICENSE Initial commit 2024-01-28 13:11:05 +00:00
Pipfile Add first visualisation revision 2024-01-30 01:32:04 +01:00
Pipfile.lock Add first visualisation revision 2024-01-30 01:32:04 +01:00
README.md Add first visualisation revision 2024-01-30 01:32:04 +01:00
vis.png Add first visualisation revision 2024-01-30 01:32:04 +01:00

README.md

Satisfactory Plus Calculator

Using pipenv, run e.g.

pipenv run fetch --result 'Molten Iron'

Visualisation

Thanks to NodeGraphQt a graph base visualisation is available, which looks like the following:

!Graph Visualisation Example

The visualisation window can be opened with e.g.

pipenv run fetch --result 'Plastic'
pipenv run vis 'Plastic'