Factorio's DSP Calculator does virtually everything I wanted.
This is just a simple React calculator for Dyson Sphere Program, a game that I highly recommend. (Particularly if you're a fan of Satisfactory, Factorio, etc.)
This is just a simple React app that will show you all of the subcomponents needed to make a specified quantity of a specific item, like:
Unfortunately there's currently no easy way to run this other than setting up a basic React dev environment. If you want to do that:
- Install git
- Install Node LTS
- Open a console window
- Type
npm i -g yarn
to install yarn (package manager utility for app) - Enter a directory you wish to store source code in and type
git clone https://github.com/JasonGore/dsp-calculator.git
- Type
cd dsp-calculator
to enter cloned directory - Type
yarn
to install necessary modules - Type
yarn start
to launch the app (it should open a browser window, but is otherwise available at http://localhost:3000/)
I'd just install VS Code, launch it, and then "Open Folder" and select the dsp-calculator
directory. (Or better yet, just run code .
from the dsp-calculator
directory.)
Certainly! There's tons of recipes and data missing and the core data is here.
Tons of things. Ideas I have:
- Add tons of missing recipes
- Alternate recipes
- Whether items can be made in replicator or not
- Facility that manufactures item
- Improved styling and presentation
- Make app deployable and more easily consumable