Skip to content

A POC to build dynamic graphs to show relationships between items in Satisfactory, a game about automation

License

Notifications You must be signed in to change notification settings

samsmithnz/SatisfactoryTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SatisfactoryTree

CI/CD Coverage Status Code Smells Current Release

A POC project to graph Satisfactory items with D3 force directed graphs. Sister project to http://github.com/samsmithnz/SatisfactoryPlan

Also has a production calculator that outputs mermaid graphs.

flowchart LR
    ReinforcedIronPlate["x2.4 Assembler<br>(Reinforced Iron Plate)"]
    IronPlate["x3.6 Constructor<br>(Iron Plate)"]
    IronIngot["x4.8 Smelter<br>(Iron Ingot)"]
    IronOre["x2.4 MiningMachine<br>(Iron Ore)"]
    Screw["x3.6 Constructor<br>(Screw)"]
    IronRod["x2.4 Constructor<br>(Iron Rod)"]
    ReinforcedIronPlate_Item[12 Reinforced Iron Plate]
    IronPlate--"Iron Plate<br>(72 units/min)"-->ReinforcedIronPlate
    Screw--"Screw<br>(144 units/min)"-->ReinforcedIronPlate
    IronIngot--"Iron Ingot<br>(108 units/min)"-->IronPlate
    IronOre--"Iron Ore<br>(144 units/min)"-->IronIngot
    IronRod--"Iron Rod<br>(36 units/min)"-->Screw
    IronIngot--"Iron Ingot<br>(36 units/min)"-->IronRod
    ReinforcedIronPlate--"Reinforced Iron Plate<br>(12 units/min)"-->ReinforcedIronPlate_Item
Loading

Now with images and zoom: image

About

A POC to build dynamic graphs to show relationships between items in Satisfactory, a game about automation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages