Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ombrelin/five-years-plan
Planning tool for Satisfactory production lines
https://github.com/ombrelin/five-years-plan
avaloniaui calculator csharp dotnet editor mvvm satisfactory
Last synced: about 1 month ago
JSON representation
Planning tool for Satisfactory production lines
- Host: GitHub
- URL: https://github.com/ombrelin/five-years-plan
- Owner: Ombrelin
- Created: 2023-08-19T21:30:52.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-27T18:22:22.000Z (about 1 year ago)
- Last Synced: 2024-09-30T11:03:46.387Z (about 1 month ago)
- Topics: avaloniaui, calculator, csharp, dotnet, editor, mvvm, satisfactory
- Language: C#
- Homepage:
- Size: 620 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Five Years Plan
Five Year Plan is an editor to plan you Satisfactory production lines. You can place buildings, set resources inputs flows, and the flows will be calculated automatically along your production lines, so that you can focus on optimizing it.
## Project state
This project is very early in this development and not usable yet.
Demo of current capabilities :
![](images/five-years-plan.gif)
## Build & Run from sources
- Install .NET 8 SDK
- Clone the project
- `cd five-years-plan/src/FiveYearsPlan.UI`
- `dotnet run`## Technologies
- [.NET 7, C# 11](https://dotnet.microsoft.com/en-us/)
- [.NET MVVM Toolkit](https://github.com/CommunityToolkit/dotnet)
- [AvaloniaUI](https://avaloniaui.net/)
- [@wieslawsoltes's Node Editor for Avalonia](https://github.com/wieslawsoltes/NodeEditor)