Mercurial > hg > ishara
annotate TODO @ 61:eff6bddf82e3 tip
Finally implemented perceptual brightness thing.
author | samer |
---|---|
date | Sun, 11 Oct 2015 10:20:42 +0100 |
parents | ae596261e75f |
children |
rev | line source |
---|---|
samer@20 | 1 general |
samer@20 | 2 dsp |
samer@20 | 3 events? |
samer@20 | 4 types |
samer@20 | 5 stats |
samer@20 | 6 |
samer@20 | 7 |
samer@20 | 8 Potential new classes |
samer@20 | 9 schedules for schedulers in sched: |
samer@20 | 10 empty schedule, null schedule, schedule combinators (sequential, parallel etc) |
samer@20 | 11 iterators: (state transforming actions + state) |
samer@20 | 12 product_it, action compositions, state augmentation |
samer@20 | 13 actions and functions |
samer@20 | 14 analogues of arrow combinators |
samer@20 | 15 |
samer@42 | 16 |
samer@42 | 17 Rationalise buffering |
samer@42 | 18 |
samer@42 | 19 small to large by stacking along some dimension |
samer@42 | 20 large to small: slices of along some dimension |
samer@42 | 21 arbitrary rebuffering along some dimension |
samer@42 | 22 |