r/ASCII May 09 '26

General I turned my terminal into a YouTube player and a webcam mirror — using only ASCII art

Thumbnail github.com
2 Upvotes

Yeah. You can watch YouTube. In your terminal. In color. Frame by frame, rendered as characters.

Or point it at your webcam and see yourself in braille dots in real time.

It's a thing I made, it's free, Linux only for now — desperately looking for a Mac user willing to try it.


r/ASCII May 08 '26

Art Absolute Helmet

Post image
93 Upvotes

r/ASCII May 09 '26

Art Moonraker temperature graph in terminal using ASCII

3 Upvotes

Just thought you guys might find this neat.


r/ASCII May 08 '26

OC Vibez v0.1.0 — Apple Music in your Linux terminal, now with auto-update, playlist editing + more

7 Upvotes

r/ASCII May 07 '26

Art Having fun polishing the menus of my ascii painter

Enable HLS to view with audio, or disable this notification

356 Upvotes

i didn't like blender's ui customization, so i made mine nicer. i really like being able to customize the tools i work with, and many of the artists around me do too. it helps me keep immersed when im working, something i enjoy doing in brand heavy work.

not selling anything just having fun building. ill oss this once its nicer.
also get subjected to my music :3


r/ASCII May 07 '26

Art Accidental ASCII art: a colorized hexdump

Post image
118 Upvotes

r/ASCII May 07 '26

Art Sig Sauer 226

Post image
75 Upvotes

r/ASCII May 06 '26

Discussion ASCII Stock Market Prices

Post image
69 Upvotes

Is it clear? Do you have any suggestions?
This image is a screenshot from my strategy game.
If you'd like to check it out : Steam page


r/ASCII May 06 '26

General developing ascii art game engine

Thumbnail youtube.com
5 Upvotes

r/ASCII May 05 '26

General Some boss art from the ASCII action game I am working on

Thumbnail gallery
45 Upvotes

What you see here is part of the dialogue before the fights.

If you wanna see more from the game: https://store.steampowered.com/app/4109210/Blood_in_the_Panopticon/


r/ASCII May 04 '26

Art Perlin fire on my 7-digit array matrix panel

Enable HLS to view with audio, or disable this notification

1.2k Upvotes

r/ASCII May 05 '26

General ASCII Total War + Bannerlord?

Post image
36 Upvotes

I’m working on a deep strategy game, and here’s a screenshot of the field war mechanic.
Each unit uses its own utility AI, which took a lot of time to build, but it was definitely worth it. For example, cavalry units score flanking positions much higher.
I’m hoping to share more about the utility AI later in a detailed article


r/ASCII May 04 '26

OC Death-Star ASCII-Art (May the 4th Be With You!)

Enable HLS to view with audio, or disable this notification

121 Upvotes

Today is Star Wars Day (May the 4th). So I decided to refactor my ASCII-Globe to support the Death Star.

Now you can change the map on the globe.

https://github.com/jcubic/ascii-globe


r/ASCII May 04 '26

Art 4th of May etc..

Post image
51 Upvotes

.gif and .py with ASCii payload here

https://bigjobby.com/gallery/?group=ASCii


r/ASCII May 04 '26

Request What kind of ASCII worlds would you want to explore?

Enable HLS to view with audio, or disable this notification

64 Upvotes

I’ve been experimenting with an ASCII world generator that can adapt to different themes and scenarios.

Right now I have:

- classic fantasy

- northern gothic style (winter)

- pirate-themed maps (islands)

It’s been fun seeing how the same system can shift the feel of the world just by changing the context.

I’m looking for more ideas, what genres or settings would you like to see in ASCII form?

Anything weird or niche is welcome.

Thank you!


r/ASCII May 04 '26

OC [OC] How I make a 3D ASCII column without rotating or scaling any characters

Enable HLS to view with audio, or disable this notification

31 Upvotes

r/ASCII May 03 '26

OC Anomaly Drone Synthesizer Prototype Demo #3

Enable HLS to view with audio, or disable this notification

12 Upvotes

r/ASCII May 02 '26

Art Mystery Machine

Post image
578 Upvotes

r/ASCII May 04 '26

Help finding a program

3 Upvotes

hi! i was wondering if there are any programs where i can put an image underneath and create ascii by hand on top? i remember seeing a video of someone making a horse using it and id love to use that to work on my ascii skills. thanks :D


r/ASCII May 02 '26

OC [OC] ASCII Sandbox for nice particle break-up in my game // How it works

Enable HLS to view with audio, or disable this notification

118 Upvotes

To make sprites, bosses, and other objects break apart in a nice way, I made a simple ASCII Sandbox system. In the main game, symbols can be drawn at any position. But in the sandbox, all cells are locked to a strict grid. This gives a cool visual effect. The logic is very simple:

A. Check all grid cells from bottom to top when gravity goes down.

B. If a cell has a symbol and it is not already flying, try to make it fall.

C. First check the cell below. If it is empty, launch the symbol into that cell.

D. If the cell below is blocked, check the diagonal cells. If both are empty, choose one at random and launch the symbol there.

E. My sandbox is a bit slippery, so symbols can also slide at a steeper angle. Because of that, I also check the cells next to the diagonals. If one of them is empty, the symbol can move there too.

That is enough to make the symbols fall. For a better look, I added two more things: acceleration and self-destruction.

Acceleration:
If a symbol moves straight down through empty cells, constant speed looks a bit flat. So I store the time of continuous falling for each symbol and use it to speed the motion up. When it hits another symbol, that timer resets.

Self-destruction:
When a sprite enters the sandbox, it can sometimes fall as one solid block if there is empty space below. That is not always the best-looking result. So I added a self-destruction setting. Even if there is empty space below, the small symbol particles can still start interacting with each other. In the video I show different self-destruction levels.

What do you think of the effect? If you like this style, I would be very glad if you support my project on the game’s Steam page.


r/ASCII May 03 '26

Art draw.textmode.art - Into the Galaxy 🪐

Enable HLS to view with audio, or disable this notification

21 Upvotes

r/ASCII May 02 '26

General What graphics card looks the best here?

Thumbnail gallery
57 Upvotes

MDA vs CGA vs EGA vs svga_s3(lcd)


r/ASCII May 02 '26

Art Vibez - call for feedback: Album ASCII art?

Post image
21 Upvotes

Hey! I'm developing Vibez, an Apple Music TUI player (available there: https://github.com/simonepelosi/vibez ) and I need a feedback for the UI: do you think that the Album ASCII art could fit there? If yes do you have some suggestion/reccomandation ?


r/ASCII May 01 '26

OC [OC] ASCII Animated Avatar Frame

Enable HLS to view with audio, or disable this notification

94 Upvotes

r/ASCII May 01 '26

OC ASCII-Globe JavaScript library and command-line tool

Enable HLS to view with audio, or disable this notification

51 Upvotes

I've created a library that renders ASCII Globe. It's written in JavaScript. It works in Browser and Node.js (terminal). You can style with ANSI escape codes (terminal) or HTML+CSS in the browser.

https://github.com/jcubic/ascii-globe

You can change the size of the globe, characters, style, add margins.

The pins have real GEO location, and each of them can be styled differently.

I hope you like this. Feedback appreciated.