From 2af323bab2d5ecbd9aa5cea15588bba9f3867f22 Mon Sep 17 00:00:00 2001 From: Isaiah Odhner Date: Tue, 25 Apr 2023 01:57:13 -0400 Subject: [PATCH] Note Playscii license/language compatibility --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4e13bc..5837b03 100644 --- a/README.md +++ b/README.md @@ -221,6 +221,6 @@ A crosshair cursor could use one of `+✜✛✚╋╬`, but whilst that imitates ## See Also - [JavE](http://jave.de/), an advanced Java-based ASCII art editor -- [Playscii](http://vectorpoem.com/playscii/), a beautiful ASCII/ANSI art editor +- [Playscii](http://vectorpoem.com/playscii/), a beautiful ASCII/ANSI art editor. This is also written in Python and MIT licensed, so I might take some code from it, for converting images to ANSI, for example. Maybe even try to support (or piggy back off of) its file format. - [cmdpxl](https://github.com/knosmos/cmdpxl), a pixel art editor for the terminal using the keyboard - [pypixelart](https://github.com/douglascdev/pypixelart), a pixel art editor using vim-like keybindings, inspired by cmdpxl but not terminal-based