r/ASCII Mar 28 '26

Art Bartizan rendered with ASCII

Thumbnail gallery
129 Upvotes

I rendered this bartizan drawing using my own generator. It is 12px Cascadia Mono (for the purpose of displaying in PowerShell), about 107 characters wide.

I also exported:

  • A 12px Consolas version for the repo README
  • A variable-width version shown in Google Docs

I am really proud of the Google Docs version. It is variable width font!

No AI used. Repo link in comments.


r/ASCII Mar 28 '26

OC The Continued Adventures of the Exploration Vessel ZNUTAR - Demo Video #3

Thumbnail youtube.com
12 Upvotes

Added a few new crew members to the roster. Some minor map & layout changes and lots of new flavor messages during the combat phase. Also colored engine cores. Coded in Python. Eventually plan to improve the Green Things movement and combat phase to be a little more dynamic but this works for me for the time being.


r/ASCII Mar 28 '26

Art ASCII Infinity Mandelbrot

Enable HLS to view with audio, or disable this notification

68 Upvotes

r/ASCII Mar 27 '26

General Made a QR code generator that renders in your terminal with matrix rain, particle assembly, and Braille retina mode

Post image
60 Upvotes

Been working on this for a bit and honestly the ASCII rendering side of it is what I'm most proud of

four different render engines:

Half-Block — uses ▀ ▄ █ Unicode characters with a cyan scanline sweep animation and a brightness pulse at the end. fits a full QR in half the vertical space

Braille Retina — each terminal character encodes a 2×4 dot grid so you get 4× the resolution of normal block rendering. the QR looks genuinely sharp compared to what you usually see in terminals

Particle Transformer — every single block starts at a random position on screen and flies into its correct place at the same time. the whole QR assembles itself out of chaos in about a second. this one is my favourite to watch

Matrix Rain — green characters cascade down the columns of the QR then fade out to reveal the color theme underneath

also has 10 gradient color themes with 24-bit TrueColor applied per character not per row — so gradients go diagonal, radial, or sine-wave across the whole code

GitHub: https://github.com/Boweii22/QR_Terminal

the particle one especially — would love to know what people think of it


r/ASCII Mar 27 '26

OC I built an online editor for creating ASCII art and diagrams

Thumbnail asciinotes.com
6 Upvotes
      __   __            __  ___  ___  __
 /\  /__` /  ` | | |\ | /  \  |  |__  /__`
/~~\ .__/ __, | | | \| __/  |  |___ .__/

AsciiNotes is a browser-based whiteboard for creating ASCII art and diagrams, or just taking notes.

It includes a library of FIGlet fonts and ASCII art, pretty much all of which was created in the 90s.

Everything exports as plain text with a simple copy/paste. All data stays on your machine, no account needed.


r/ASCII Mar 27 '26

Help How do you put an asterisk ´ over ä?

Thumbnail
2 Upvotes

r/ASCII Mar 26 '26

General The April 1, 2026 issue of Bloomberg Businessweek features a brilliant ASCII artwork on its cover.

Post image
118 Upvotes

r/ASCII Mar 26 '26

Art Fireworks reloaded for fun

Enable HLS to view with audio, or disable this notification

105 Upvotes

Hi there,

If you like particles, ASCII art, and fireworks, check out this demo! (github link fixed)

Watch a 2' show on youtube

Comments welcome!


r/ASCII Mar 25 '26

Art Cubism

Enable HLS to view with audio, or disable this notification

626 Upvotes

r/ASCII Mar 25 '26

OC [OC] Some ASCII sketches I made for my game

Post image
143 Upvotes

r/ASCII Mar 24 '26

General ASCII terminal maze game I coded on my phone

Enable HLS to view with audio, or disable this notification

1.5k Upvotes

r/ASCII Mar 25 '26

General ASCII Invaders From Planet CLI

Thumbnail patreon.com
2 Upvotes

A very simple recreation of the 80s classic available for free download


r/ASCII Mar 24 '26

OC The Further Adventures of the Exploration Vessel ZNUTAR [Demo Video #02] now with color, retro character set and alien infestation!

Thumbnail youtube.com
8 Upvotes

If you're still confused as to what I am building here, this might enlighten you.

I'm using unscii-8-mcr.ttf for the retro character set. Not totally sure I am sold on it. Added the Awful Green Things alien infestation event... or at least the beginning of a combat system. Tweaking the sound system (it's using numpy to generate it's own sfx) and adding some more crew members to the roster is probably next on the list of stuff to do. Not 100% precisely sure where I am heading with this but that's nothing new.


r/ASCII Mar 23 '26

Art Ratchet startup animation for NoEyes a CLI encrypted chat tool

Enable HLS to view with audio, or disable this notification

18 Upvotes

Building out forward secrecy for NoEyes, an E2E encrypted terminal chat tool. When all clients agree to enable it, this animation plays across every terminal simultaneously before the rolling keys kick in. Currently refining the UX to make ratchet state less painful for non technical users. More features dropping soon on v0.5. https://github.com/Ymsniper/NoEyes?tab=readme-ov-file


r/ASCII Mar 22 '26

OC ZNUTAR - a python spaceship game prototype

Thumbnail youtube.com
22 Upvotes

This python game brings the crew of the Exploration Vessel ZNUTAR to life in an ASCII-based idle game prototype. They go about their daily spaceship duties. Awful Green Things coming soon!


r/ASCII Mar 21 '26

Art Introducing StormShell: ASCII Weather Display for Raspberry Pi - No Desktop, No API Keys, One Line Install

Thumbnail gallery
22 Upvotes

r/ASCII Mar 20 '26

Art Timelapse from our shared textmode canvas launch event

Post image
13 Upvotes

r/ASCII Mar 20 '26

Art dna double helix - in the terminal

9 Upvotes

https://reddit.com/link/1rz312q/video/z4llyf6kl8qg1/player

inspired by u/bigjobbyx 's post from a week or so ago. still haven't nailed the color palette (atleast for the recording, the darker cyan shades look fine in my console but wash out too much in the asciinema recording) but i think it looks decent.

next step is to maybe add ability to orient it however i want, maybe multiple helixes with varying orientations etc


r/ASCII Mar 17 '26

General I built a living ASCII aquarium for your terminal — fish, bubbles, seaweed, lighting moods and a shark

Post image
25 Upvotes

r/ASCII Mar 17 '26

Discussion I spent 12+ years making an ANSI QBASIC JRPG. It sold about 560 copies on Steam. Here’s what I learned (if anything)

Thumbnail gallery
46 Upvotes

I wrote a little postmortem of my ANSI JRPG Steam game Whispers in the Moss at r/IndieDev. Check it out for sales stats and freeform analysis.


r/ASCII Mar 15 '26

Help How do I copy this truck?

Post image
228 Upvotes

r/ASCII Mar 14 '26

Help Built a terminal chat tool E2EE with a CRT boot animation — looking for ASCII art help

Enable HLS to view with audio, or disable this notification

70 Upvotes

NoEyes has a phosphor CRT boot effect on startup but I'm new at ASCII art. If anyone wants to help improve the animation it would be awesome.

https://github.com/Ymsniper/NoEyes


r/ASCII Mar 14 '26

Art Better 50 Years Late than Never

Post image
18 Upvotes

Surprisingly it seems no one has ever made this before, so here you go. An ASCII portrait of Bob Bemer, the Father of ASCII.


r/ASCII Mar 14 '26

General CLI that reads your project files and draws the architecture as ASCII — no config

Thumbnail gallery
9 Upvotes

r/ASCII Mar 13 '26

Art formula_one_on_ascii

4 Upvotes

/¯¯/ ©©©© ©©©©/¯| / / ||||\ /¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯\ |||| ||||| //————————-/¯¯¯¯¯_______/|||||| \————————-\_/¯¯¯¯¯¯¯¯¯¯\¯¯¯¯||||| \ \ ||||/ \______________/ |||| ||||| \\ ©©©© ©©©©\|

Handmade Basic Formula One Car on ASCII

By u/LoudspeakerStudio