From c182ce2f6e196d35c322802a35bbc5b8b9905d4f Mon Sep 17 00:00:00 2001 From: leon Date: Sun, 28 Dec 2025 17:24:36 +0100 Subject: [PATCH] Start moving stuff around --- README.md | 6 +----- projects/mathematical-model-for-factorio.md | 6 ++++++ 2 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 projects/mathematical-model-for-factorio.md diff --git a/README.md b/README.md index b6516d4..2fea18d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A collection of random ideas ## Programming Projects -- [Mathematical model for Factorio](#mathematical-model-for-factorio) +- [Mathematical model for Factorio](./projects/mathematical-model-for-factorio.md) - [PID in Rust](#pid-in-rust) - [Image Processing in Rust](#image-processing-in-rust) - [Custom Visualisations for Firefly III](#custom-visualisations-for-firefly-iii) @@ -37,10 +37,6 @@ A collection of random ideas - [Camera tracker](#camera-tracker) ## Projects -### Mathematical model for Factorio -I would love to have a model for describing the behaviour of a factorio blueprint in an abstract way. -Ideally this would then also translate into a tool to automatically analyse such blueprints. - ### PID in Rust ### Image Processing in Rust ### Custom Visualisations for Firefly III diff --git a/projects/mathematical-model-for-factorio.md b/projects/mathematical-model-for-factorio.md new file mode 100644 index 0000000..d8f7222 --- /dev/null +++ b/projects/mathematical-model-for-factorio.md @@ -0,0 +1,6 @@ +# Mathematical Model For Factorio +A model for factorio blueprints + +## Idea +I would love to have a model for describing the behaviour of a factorio blueprint in an abstract way. +Ideally this would then also translate into a tool to automatically analyse such blueprints.