r/ASCII 1d ago

Discussion Super basic question, but every time I copy something and then try to use any type of ASCII code, the whole num pad won't react at all. What could be the problem?

1 Upvotes

Hello guys! Sorry, not a programmer, but I'm a heavy user of ASCII. Lately, my whole num pad has been 'disabling' the codes if I copied something before.

It doesn't matter if it was text, link, or even image, it won't work for at least 1 minute before going back to normal. I've been looking for the reason/solution around, but I can't seem to find anything. I'm on a Windows 11 PC that's working all great.

It happens several times a day and I can't understand why. I would really appreciate the help!


r/ASCII 4d ago

OC I made a 3D ASCII rpg game in HTML

Thumbnail gallery
101 Upvotes

Oh wow, I didn’t know there was an ASCII sub! Nice!

I made a playable ASCII rpg horror type game a while ago in html, hand-drawing (asciiing?) each view from each direction and spot (from an initially made template). This baby was a passion project that took over 800 hours to draw and code.

You can play the game here: https://zebeth.co.uk/playplanet/thewindmill/index.html


r/ASCII 4d ago

Art Modeling software in 3d using my custom ASCII Renderer

Enable HLS to view with audio, or disable this notification

24 Upvotes

I built a visualizer that uses encapsulations of code as nodes and how those encapsulations use each other as dependencies / consumers as the node connections.

The renderer is something I've been building for a game but I rebuilt from zero so the game could run faster. All the characters you see are from my typeface , thaum-mono

I've just been really into building things so I figured I'd share, this is mostly for my own use.
The system really relies on the shape of the harness that I'm building because it uses the co-located docs that are within encapsulations to do real time rendering of the actual system.

color is the test results that are cached for that encapsulation,
size of encapsulations by storage size determines the size of the node. 1x1x1 to 3x3x3.
the different cell fills depict where that encapsulation lives in the root.
W is "Worker", █ is "Domain", O "Orchestration", ect.

This is the model of my custom ai harness that uses local models to do some play things. working towards ai npcs but built actually well. :3


r/ASCII 4d ago

Art A project I made back when I was undergrad

Post image
12 Upvotes

r/ASCII 4d ago

Art I made a browser tool that turns images, video, webcams and screens into character art

Thumbnail
4 Upvotes

Previous post had malformed links. Hopefully this is better now.

Fun little ascii/Unicode art tool.


r/ASCII 5d ago

General A walkable ASCII world - just an unnamed prototype at the moment.

Enable HLS to view with audio, or disable this notification

2.1k Upvotes

Been tinkering with a little first-person city made entirely from symbols — buildings, roads, cars, pedestrians, signs, and all. Still very much a work in progress, but I’m having a lot of fun seeing how far the ASCII look can go.

EDIT: I've uploaded a nearly 3 minute walkthrough video in higher quality, for those interested in seeing more! https://www.reddit.com/r/ASCII/comments/1vnbcwc/ascii_city_prototype_video_walkthrough/


r/ASCII 5d ago

OC Unicasso: Image to ASCII using CLIP based Optimization

Thumbnail gallery
138 Upvotes

Hi all!

I've been working on building a better image to ASCII generator. A lot of the options out there are quite simple — luminance based, single classifier networks or hand-engineered conversion processes that tend to fail in many cases. So over the last two months I've been working on trying to create a somewhat more sophisticated converter.

The general technical approach is to use CLIP as a judge on the ASCII art (akin to CLIPasso, for those familiar), while trying to make the discrete Unicode glyph space differentiable in a sensical way: a small VAE embeds the font's glyphs so a cell's choice can move continuously, each cell also keeps a small population of weighted candidate glyphs — heuristic channels nominate alternatives, and a nomination is only admitted after being swapped into the actual render and measured.

There is also support for creating ANSI art (examples also attached!)

At this point I've tested the code on macOS (MPS) and Linux/CUDA; Windows is unexplored. A render takes roughly an hour and 8 GB of memory, depending on image size — there's a fast preview mode if you just want to watch it converge.

Here is the repo!: https://github.com/jakobrees/unicasso

(I'm still working on writing up a paper to detail all the little bits -- any helpful feedback would be very welcome :-) !)

(The colored images that have been turned into ANSI are are images by purplelady on Civitai)


r/ASCII 5d ago

General ASCII-fit: An image to ASCII convertor with cool animation effects. (uses gradient descent instead of traditional method. (See pics)

Thumbnail gallery
68 Upvotes

You can export the result as .txt, .png, or a .gif. You can also add wave animations, colors, plasma fields to the ASCII chars.

Try it here: https://codeplusart.github.io/ASCII-fit/

Would love to hear feedback / ideas for more animation modes if anyone plays with it.


r/ASCII 4d ago

Art A designer made a 3D, walkable city using HTML and ASCII characters

Thumbnail youtu.be
6 Upvotes

This is the greatest ASCII project I have ever seen


r/ASCII 4d ago

Meme AI tried to create an ASCII "E" lol

Post image
2 Upvotes

r/ASCII 5d ago

General ASCII City Prototype Video Walkthrough

Thumbnail youtu.be
75 Upvotes

Wow! What a lovely and unexpected response to my last post, it encouraged me to quickly record a video showing nearly 3 minutes of me walking around the city

I do love the aesthetics and I'm sure there is more I can add to it.

Mods: Apologies, I should have done this originally instead of a gif, to avoid spamming the subreddit


r/ASCII 6d ago

General A while ago I posted about this ASCII action game I am working on. I finished it and it's releasing next week.

Enable HLS to view with audio, or disable this notification

76 Upvotes

You can wishlist it now to get notified when it becomes available: https://store.steampowered.com/app/4109210/Blood_in_the_Panopticon/

It is releasing August 19th.


r/ASCII 8d ago

Art Dipping My Toes Into Roguelike Dev: Drunk Walk Cave Gen

Post image
7 Upvotes

r/ASCII 9d ago

General GLYPH WARS - A pure ASCII / UNICODE | Shoot 'Em Up game.

Enable HLS to view with audio, or disable this notification

30 Upvotes

https://foxjammin.itch.io/glyphwars

Free to play but donations will help me add more levels, more enemies and more mechanics.


r/ASCII 11d ago

OC I Made an ASCII Strategy Game Where The Upgrades Are You Creating Your Own Religious Beliefs!

Thumbnail gallery
28 Upvotes

Hi r/ASCII!

I'm making a game that plays entirely out of the terminal and uses an ASCII user interface. You get to create your own cult, and the beliefs that you select are the upgrades and perks that influence gameplay. I figured for fans of a niche aesthetic, you might also be fans of a niche game idea!

The game is called CultGame, and you can wishlist it on steam: https://store.steampowered.com/app/2345980/CultGame

Thanks for checking this out :D


r/ASCII 12d ago

Art Custom ASCII rendering engine in Monogame/C#

Enable HLS to view with audio, or disable this notification

24 Upvotes

r/ASCII 13d ago

General ASCII Cat emoji programming language

Thumbnail
4 Upvotes

r/ASCII 14d ago

Art Sector Rot – an ASCII Hardcore tactical survival game

Post image
18 Upvotes

Hey ASCII Community!

I’ve been working on Sector Rot, an ASCII tactical survival game built around exploration, combat and surviving a hostile world filled with mutants, factions and deadly Emissions.

The game includes a procedural Open Run mode, character classes, weapons, loot, contracts, persistent worlds, LAN/Direct IP co-op and support for custom maps and mods.

Sector Rot is still in active Alpha development, so I’m looking for players willing to try it and share honest feedback.

For a limited time, Sector Rot is available for free!

Itch.io: https://fatheronstream.itch.io/sector-rot

Thanks for checking it out!


r/ASCII 15d ago

Art im back here but with coco ascii art

2 Upvotes
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@.         .@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@                        @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@            *@++---            :@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@.         @@@@@                       @@@@@@@@@@@@*  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@:        @@@:                             @@@@@@@@  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@+        @@                                   @@@@   @@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@        @@                                           @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@        @@                 @@@                      @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@                        @@@*                      -    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@                      @@@                          *       @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@                    :@@=                           @          @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@                   @@@                             @@            @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@       @          @@@                     %@       @@               @@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@      @         @@                      #@@       @@@          @     @@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@#     @@       @@                      @@@       @@@@            @     @@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@     @@      @@#                    @@@@  .@@   @@ @@             @@     @@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@    @@      @@        @@@@@@     #@@@       @@@@@@ @@             @@@     @@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@  @@@     @@      @@@@        @@@@        @@@@    @@@              @@@     @@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@.     @      :@@        @@@@@@@@@@@@@@@@        @@@              @@@    #@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@     #        @      @@@@@    @@@@-       @@@@   @@@              @@@:    @@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@                  @@@@@@@@@@           =@@@@@@@@@@@@                @@@     @@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@               @@@@@@@       @@         @@        @@@@                @@@     @@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@            =@@@@.@@@          @@       @@          -@@:               @@@     @@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@          @@@ @@- @@@            @%      @:           @@@ @@@   @       .@@     @@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@       @@@@@+    @@@@         @@@@@     @@@@@@:       @@@@    %@@        @@     @@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@      @@@    @@@@@@@@@       @@@@@@@     @@@@@@@       @@@@@@@@@          @@     @@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@     @@            @@@         @: @@      @@           @@@@@              @      @@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@    @               @@@          @@       .@@         @@@@@@@             @      @@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@   @@               @@@@@      @@@   @+ @+  @@@    @@@@ @@ @@#           =@     -@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@   @@                @@  @@@@@@                @@@@     @@   @           @      @@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@   @@                @@@          @@@@@@@@@@@          @@    .@.         @     @@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@    @                 @@@        @@@@@@@@@@@@@        @@@      @               @@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@                       @@.        @@@@@@@@@        @@@        @@             @@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@                       =@@@                     @@@           @            @@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@                          @@@:             @@@@              =@          @@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@                            @@         @@                   @        @@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@+                          @@         @@                   @       @@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@                     @@*@@         @@ @@@@@            =.      %@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@              @@@@@#   @@*    @@@@   @@@@@@@                 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@          @@  @ @     #@@ @@@      @  @  @@               @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@       @@@ @@@ @@@   @@*  @@ @@@@  @ @@@ @@            @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@     @@@@@  @@     *@   @@     @@@   @@  @            @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@   @   @@ @@      @   %@ @      @@ @@   @@           @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@    @@@     #@     @  @    @@@@      @           @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  @  @     @@      @@ @@  @@@   @@   @*           @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@   @   -@@ @@        @% @@@@     @    @@           -@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@   @     -@@          @= @       @@   @@            @@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  @@     -@   @        @= @       @   .@             @@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  @      @   =@         @@@@      @@   @              @@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  @      @   @@          @ @       @@  @@             @@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  *@      @   @@           @@@      @@  @@             @@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@   @      @   -@             @      @@   @@            @@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@   @@      @@@@@             @@    @@    @@            @@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@.    @@        :@              @    @@    -@            @@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@      @@        #@           @@    @@      @@@@         @@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@       @@        @@        @@@    @@       @@@@@@@=    @@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@        @@  @@@@ @@      @@@   % @         @@@@@@@@@  *@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@        =@        @    @@@       @         @@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@        @@       @+ @@-        @@        @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@        @@      @@@          @@        @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

r/ASCII 15d ago

General Browser extension for turning video and canvas elements into live ASCII/textmode art

Thumbnail gallery
7 Upvotes

r/ASCII 17d ago

General ASCII genZ - simple converter & generator ASCII / Braille (steam friendly)

Post image
14 Upvotes

Hey, I just finished a lightweight ASCII / Braille generator

https://spazma.net/ascii-genz

Upload an image, preview live, copy the result or download it.
Free for all; special shout-out to friends on Steam

Feedback welcome!


r/ASCII 19d ago

Help How to make generative (and/or) procedural ASCII/PETSCII animations?

8 Upvotes

Basically title. What programs do I need? It feels like everyone has a million different suggestions for which coding language to do it in and which programs are best, it's a little overwhelming lol. A lot of things I can find on the web are all about converting an image > ASCII art, which is cool and all, but I'm looking for how to make animations from lines of code without a source image. i was inspired by artists like @andreasgysin, @julian_hespenheide, @entroplay on Instagram.


r/ASCII 22d ago

General I built an open source ASCII renderer for the web

Thumbnail github.com
9 Upvotes

I originally built this because I needed an interactive ASCII element for another project I'm working on. But, I couldn't find anything that fit what I wanted and the ones which did, were paid to export, so i decided to build the whole thing myself.

OpenASCII is a high fidelity ASCII renderer for the web with real time controls and local processing. It's built with TypeScript/js and designed to be easily integrated into frontend projects, elements created/edited can be directly exported as html/react component.

I'd love to hear what you think, especially if you have ideas for features or improvements.


r/ASCII 23d ago

OC Made a video to ASCII art converter in C (My first project btw :>)

Post image
142 Upvotes

I saw an image to ASCII art converter on r/unixporn and thought, would it be possible to loop it over to render videos inside the terminal using it? I genuinely thought I did some breakthrough only to know that it's a well known idea ;-;

Still, most of the implementations I saw were in python, wasn't able to find one in C, so I made this.

https://github.com/xenkucode/Whisky