Files
pixelpwnr/TODO.md
2018-01-01 21:02:03 +01:00

11 lines
389 B
Markdown

# TODO
- Resolve relative paths, or paths with a `~` correctly.
- Don't draw pixels outside screen.
- Add alpha support.
- Do not draw invisible (alpha) pixels.
- Instantly update images in painter threads,
not just when the stopped drawing.
- Process all images at start.
- Combine many pixel messages to improve performance.
- Create a small listening server, to benchmark throughput.