20 lines
626 B
Markdown
20 lines
626 B
Markdown
# TODOs
|
|
|
|
- [ ] GPU/Processing/Rendering
|
|
- [ ] color matrix multiplication
|
|
- [ ] transform matrix multiplication
|
|
- [ ] Optional: convolutions
|
|
- [ ] abstractions over egui stuff
|
|
- [ ] independent lib/cli app?
|
|
- [ ] ui
|
|
- [ ] components
|
|
- [x] (arbitrary size?) matrix component
|
|
- [ ] matrix list that outputs single matrix multiplied from them all
|
|
- [ ] Optional: help/what is this buttons
|
|
- [ ] Optional: explainer per pixel what's happening on hover
|
|
- [ ] view
|
|
- [ ] image view
|
|
- [ ] matrix ("columns"?) to apply
|
|
- [ ] transform
|
|
- [ ] color
|
|
- [ ] Optional: Convolution
|