From 81f405b21c514b780bcecf3d7baaa8ed1d997717 Mon Sep 17 00:00:00 2001 From: d0pelrh Date: Tue, 8 Aug 2023 01:48:21 +0200 Subject: [PATCH] README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b5a9b8..d78094a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ### NEONSHIFT ASCII -**ASCII speedpainting brain interface**\ +**ASCII Painter for the terminal / Speedpainting brain interface**\ **Prototype No1** ## Supports 2 colors! @@ -42,4 +42,9 @@ If the 'painting' file exists upon launch, it is loaded. ![demo ascii](https://raw.githubusercontent.com/d0pelrh/neonshift/main/demo_ascii.png) +### known issues: + +- It doesn't actually use the Shift key. +- hjkl movement isn't desynchronized from sweeping which makes it hard to edit a painting at low fps. (will be fixed in prototype no2) + by d0pelrh