On my MacBook Air 2017, it chokes when loading a 1280x800 JPG (around 192 KB). At least so far works OK when creating new images.
Textual Paint – MS Paint in your terminal
11–20 of 35 posts
Re: Textual Paint – MS Paint in your terminal
#12My first thought with Textual and most TUIs is always, "but why?" But then I actually look at what they are building, and I realize, "Oh, because it's really cool!"
Re: Textual Paint – MS Paint in your terminal
#13Re: Textual Paint – MS Paint in your terminal
#14My first thought with Textual and most TUIs is always, "but why?" But then I actually look at what they are building, and I realize, "Oh, because it's really cool!"
In some ways I kinda miss doing @SAY, @GET, the TBrowse class etc and their TUI.
Re: Textual Paint – MS Paint in your terminal
#15My first thought with Textual and most TUIs is always, "but why?" But then I actually look at what they are building, and I realize, "Oh, because it's really cool!"
Very early in my career I wrote a ton of code in Clipper (a dBase clone and compiler). In some ways I kinda miss doing @SAY, @GET, the TBrowse class etc and their TUI.
https://harbour.github.io/ does exist, although it’s a long while since I last played with that.
Re: Textual Paint – MS Paint in your terminal
#16Re: Textual Paint – MS Paint in your terminal
#17Re: Textual Paint – MS Paint in your terminal
#18I expect, at the minimum: - a rust port - an emacs port :-)
;;; artist.el --- draw ascii graphics with your mouse -*- lexical-binding: t -*-
;; Copyright (C) 2000-2023 Free Software Foundation, Inc.
It is not as nice and colorful, but it has a spray tool (yay!). Also, it is actually useful once in a while [0].[0] https://mbork.pl/2023-07-15_Drawing_ASCII_art_charts_in_Emac...
Re: Textual Paint – MS Paint in your terminal
#19Reminds me of REXPaint, which is a pretty cool project. https://www.gridsagegames.com/rexpaint/index.html
Re: Textual Paint – MS Paint in your terminal
#20I would love to see something like Monodraw, that could generate centered text boxes and simple diagrams for use in READMEs. Monodraw is great, but I don’t think it’s in development anymore.