Start moving stuff around

This commit is contained in:
2025-12-28 17:24:36 +01:00
parent 63be11eb3d
commit c182ce2f6e
2 changed files with 7 additions and 5 deletions

View File

@@ -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

View File

@@ -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.