All Projects → aca → tdraw

aca / tdraw

Licence: WTFPL license
Draw ASCII art in terminal

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to tdraw

asciju
Conversion of Image, video, text into ASCII format
Stars: ✭ 11 (-90.91%)
Mutual labels:  ascii-art
ascii-art
Given a image.bmp and a M x N group of pixels, generate a text that represents the image.bmp in ascii characters
Stars: ✭ 16 (-86.78%)
Mutual labels:  ascii-art
How-to-use-Readline-in-NodeJS
⌨️ How to manipulate the terminal window using NodeJS
Stars: ✭ 20 (-83.47%)
Mutual labels:  ascii-art
jpgtxt
Generating jpg files that can be viewed both in image viewer and text editor (as ASCII art)
Stars: ✭ 24 (-80.17%)
Mutual labels:  ascii-art
Gamut
Create images using text as a mask.
Stars: ✭ 21 (-82.64%)
Mutual labels:  ascii-art
venn.nvim
Draw ASCII diagrams in Neovim
Stars: ✭ 539 (+345.45%)
Mutual labels:  ascii-art
TextGraphic
TextGraphic is a framework for creating Textual Graphics. It provides layers, styling, rich color, text justification, layouts, tables, view-ports, transparency, etc.
Stars: ✭ 83 (-31.4%)
Mutual labels:  ascii-art
limnoria-plugins
Limnoria plugins I wrote or forked.
Stars: ✭ 35 (-71.07%)
Mutual labels:  ascii-art
txtpic
Generate Unicode art from images
Stars: ✭ 22 (-81.82%)
Mutual labels:  ascii-art
puddle.js
An ASCII/Node based fluid simulation library.
Stars: ✭ 102 (-15.7%)
Mutual labels:  ascii-art
asm16 projects
My small projects writen in 16 bit asm (NOTE: those are my practice projects that I wrote when I was 15, I give no warranty for this code!)
Stars: ✭ 20 (-83.47%)
Mutual labels:  ascii-art
pdf-zip-nes-polyglot
PDF/ZIP/NES polyglot file generator (PoC||GTFO 0x14-style)
Stars: ✭ 19 (-84.3%)
Mutual labels:  ascii-art
ascii-art-action
GitHub Action for printing out ASCII art text
Stars: ✭ 15 (-87.6%)
Mutual labels:  ascii-art
asciimare
3D engine powered by ASCII art
Stars: ✭ 47 (-61.16%)
Mutual labels:  ascii-art
aart
Convert images and video to ascii art!
Stars: ✭ 18 (-85.12%)
Mutual labels:  ascii-art
AsciiArt
A tool written in go to translate picture to ascii text and image.
Stars: ✭ 35 (-71.07%)
Mutual labels:  ascii-art
asciiartview
Drawing for AsciiArt
Stars: ✭ 29 (-76.03%)
Mutual labels:  ascii-art
chess
Chess (game)(♟) built in C# and ASCII art.
Stars: ✭ 20 (-83.47%)
Mutual labels:  ascii-art
durdraw
Animated Unicode, ANSI and ASCII Art Editor for Linux/Unix/macOS
Stars: ✭ 55 (-54.55%)
Mutual labels:  ascii-art
owari
The End Generator
Stars: ✭ 23 (-80.99%)
Mutual labels:  ascii-art

tdraw

Inspired by Explaining Code using ASCII Art.
Supports box / line drawing, text input and eraser.

tdraw

Install

go get -u github.com/aca/tdraw

or download from https://github.com/aca/tdraw/releases

Usage

tdraw > draw.txt
// tdraw has 4 mode.
ESC: Box(+Undirected line, default)
l: Directed line
t: Text
e: Erase

CTRL-C/CTRL-D: exit

// It might not work if terminal emulator consumes right click(iterm2)
MouseR: Eraser 
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].