๐พ Archived View for bbs.geminispace.org โบ s โบ ascii-art โบ 12925 captured on 2024-08-18 at 22:27:03. Gemini links have been rewritten to link to archived content
โฌ ๏ธ Previous capture (2024-07-09)
-=-=-=-=-=-=-
@Remy: patate is interesting, but to build it I need to download something callled sheepy - another compiler for some language? Also the git link went to a blank page... I just want a little editor for ascii art, not ready to commit to auditing a strange language...
2023-12-22 ยท 8 months ago
๐ Remy ยท 2023-12-23 at 15:20:
@stack sheepy is the build system and a library written in C. The dependencies are shell, git and gcc (min 4.9).
๐ stack [OP] ยท 2023-12-24 at 03:22:
@Remy, I did not mean to be an asshole (happens naturally). I am somewhat frustrated by the lack of simple software.
What tools do you use? โ I've been looking for a simple ASCII art editor for linux, open source, preferrably written in C (and definitely not Python or anything that pulls in random libraries and will stop working one day for no explainable reason) . Minimum requirements are: position the cursor anywhere, enter weird characters easily. Draw boxes and lines in various directions. Also, cut and paste as lines or boxes. I haven't found such a thing. There is a proliferation of online crap, but I...