From 349c085d78481bdc4233c31b34d49c386971ee6c Mon Sep 17 00:00:00 2001 From: timvisee Date: Mon, 12 Feb 2018 17:11:46 +0100 Subject: [PATCH] Add TODO item; release pixelpwnr binary --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.md b/TODO.md index 7b4d5af..ac71826 100644 --- a/TODO.md +++ b/TODO.md @@ -1,9 +1,11 @@ # TODO +- Add downloadable binary (don't require users to install Rust) - Resolve relative paths, or paths with a `~` correctly. - Add alpha support. - Instantly update images in painter threads, not just when the stopped drawing. - Create a small listening server, to benchmark throughput. +- Properly handle connection errors, try to reconnect, show a proper message. # Further optimizations - Process and slice all images before starting, don't process them each frame