ArTUI is a Terminal User Interface primarily for creating text-based art. It uses the Curses Python library, and may be eventually recreated in C.
- Currently crashes when drawing to a pad with zero height and/or width
- Version 1 is nearing completion at the time of writing, all that's left to do is color and rewriting some resize code to not delete current art. I plan on doing some basic optimization and structuring before working on some QOL features and eventually v2 features.
- Arrow keys for movement
- ^X to quit
- ^R to resize pad (Replaces old pad)
-
v1
- Character-only text-based visual art (haven't tested outside of ASCII yet, submit an issue or something if it's that important to you)
- Resizeable pad (doesn't currently keep existing art)
- Color
- Information bar(s)
-
v2
- Tools
- Fill
- Brush size
- Art Vandelay
- Importer
- Exporter
- Tools
- ^X to quit
- Arrow key movement
- Character-based art functionality
- Reset and custom size pad