documented genome tools
This commit is contained in:
parent
edb5ed4b1e
commit
fc4d9d2ee3
4 changed files with 106 additions and 11 deletions
32
docs/en/algorithms.md
Normal file
32
docs/en/algorithms.md
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# Algorithms
|
||||
In this document are listed some of algorithms for the sake of planning.
|
||||
|
||||
# Genome
|
||||
## Generation examples
|
||||
Examples section's goal is to document standard plant generation process.
|
||||
Documented generation process is easier to visualize.
|
||||
### Peashooter example
|
||||
1. Create [generator] root
|
||||
2. Add [transfer] stem
|
||||
3. Add [transfer] head
|
||||
4. Add [modifier] leaf
|
||||
5. Return to head
|
||||
6. Add [output] face
|
||||
### Sunflower example
|
||||
1. Create [dummy] root
|
||||
2. Add [dummy] stem
|
||||
3. Add [mixed] head
|
||||
4. Add [output] face
|
||||
### Cherry bomb example
|
||||
1. Create [generator] root
|
||||
2. Add [output] head
|
||||
3. Add [dummy] face
|
||||
4. Return to root
|
||||
5. Repeat steps 3 and 4
|
||||
### Potato mine example
|
||||
1. Create [generator] root
|
||||
2. Add [trigger] head
|
||||
3. Add [dummy] face
|
||||
### Wall-nut example
|
||||
1. Create [dummy] root
|
||||
2. Create [dummy] face
|
||||
Loading…
Add table
Add a link
Reference in a new issue