Add TODO item; release pixelpwnr binary

This commit is contained in:
timvisee
2018-02-12 17:11:46 +01:00
parent ea00639d49
commit 349c085d78

View File

@@ -1,9 +1,11 @@
# TODO # TODO
- Add downloadable binary (don't require users to install Rust)
- Resolve relative paths, or paths with a `~` correctly. - Resolve relative paths, or paths with a `~` correctly.
- Add alpha support. - Add alpha support.
- Instantly update images in painter threads, - Instantly update images in painter threads,
not just when the stopped drawing. not just when the stopped drawing.
- Create a small listening server, to benchmark throughput. - Create a small listening server, to benchmark throughput.
- Properly handle connection errors, try to reconnect, show a proper message.
# Further optimizations # Further optimizations
- Process and slice all images before starting, don't process them each frame - Process and slice all images before starting, don't process them each frame