Start moving stuff around
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
A collection of random ideas
|
A collection of random ideas
|
||||||
|
|
||||||
## Programming Projects
|
## 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)
|
- [PID in Rust](#pid-in-rust)
|
||||||
- [Image Processing in Rust](#image-processing-in-rust)
|
- [Image Processing in Rust](#image-processing-in-rust)
|
||||||
- [Custom Visualisations for Firefly III](#custom-visualisations-for-firefly-iii)
|
- [Custom Visualisations for Firefly III](#custom-visualisations-for-firefly-iii)
|
||||||
@@ -37,10 +37,6 @@ A collection of random ideas
|
|||||||
- [Camera tracker](#camera-tracker)
|
- [Camera tracker](#camera-tracker)
|
||||||
|
|
||||||
## Projects
|
## 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
|
### PID in Rust
|
||||||
### Image Processing in Rust
|
### Image Processing in Rust
|
||||||
### Custom Visualisations for Firefly III
|
### Custom Visualisations for Firefly III
|
||||||
|
|||||||
6
projects/mathematical-model-for-factorio.md
Normal file
6
projects/mathematical-model-for-factorio.md
Normal 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.
|
||||||
Reference in New Issue
Block a user