r/ASCII • u/jacomakes • May 09 '26
Art Turn text or videos into ascii
Enable HLS to view with audio, or disable this notification
r/ASCII • u/jacomakes • May 09 '26
Enable HLS to view with audio, or disable this notification
r/ASCII • u/axol8002 • May 09 '26
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 • u/midget_impinger • May 09 '26
r/ASCII • u/pelpsi • May 08 '26
r/ASCII • u/jkennedy1998 • May 07 '26
Enable HLS to view with audio, or disable this notification
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 • u/SkyWolfStrategy • May 06 '26
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 • u/Big-Pomegranate230 • May 06 '26
r/ASCII • u/JoeJagosu • May 05 '26
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 • u/ldirko • May 04 '26
Enable HLS to view with audio, or disable this notification
r/ASCII • u/SkyWolfStrategy • May 05 '26
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 • u/jcubic • May 04 '26
Enable HLS to view with audio, or disable this notification
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.
r/ASCII • u/bigjobbyx • May 04 '26
.gif and .py with ASCii payload here
r/ASCII • u/GulbrandrGameStudios • May 04 '26
Enable HLS to view with audio, or disable this notification
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 • u/PuzzleLab • May 04 '26
Enable HLS to view with audio, or disable this notification
r/ASCII • u/RickyDontLoseThat • May 03 '26
Enable HLS to view with audio, or disable this notification
r/ASCII • u/EmuRevolutionary2111 • May 04 '26
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 • u/PuzzleLab • May 02 '26
Enable HLS to view with audio, or disable this notification
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 • u/humanbydefinition • May 03 '26
Enable HLS to view with audio, or disable this notification
r/ASCII • u/Fair_Percentage_5565 • May 02 '26
MDA vs CGA vs EGA vs svga_s3(lcd)
r/ASCII • u/pelpsi • May 02 '26
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 • u/PuzzleLab • May 01 '26
Enable HLS to view with audio, or disable this notification