- Create pipeline architecture.
- Each engine pass should be its own pipe band. (Measure, Arrange, Size, Render)
- Pipes
- consists of sequence of tapins
- assets will be injected
- results object will be injected to be mutated by tapins
- tapins should be configurable on a pipe
- Tapins
- should stand on own
- should perform (only) 1 action