Add to prior art (See Also) section

This commit is contained in:
Isaiah Odhner 2023-04-10 18:44:24 -04:00
parent f79ebcd7d0
commit 78e326377d
2 changed files with 6 additions and 2 deletions

View File

@ -54,4 +54,6 @@ python paint.py
## See Also ## See Also
- [JavE](http://jave.de/), an advanced Java-based ASCII art editor - [JavE](http://jave.de/), an advanced Java-based ASCII art editor
- [Playscii](http://vectorpoem.com/playscii/), a beautiful ANSI art editor - [Playscii](http://vectorpoem.com/playscii/), a beautiful ASCII/ANSI art editor
- [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

View File

@ -9,8 +9,10 @@
"*.log" "*.log"
], ],
"words": [ "words": [
"cmdpxl",
"𝗟𝙇", "𝗟𝙇",
"Odhner", "Odhner",
"Playscii" "Playscii",
"pypixelart"
] ]
} }