Skip to main content
2 votes
2 answers
283 views

I’m trying to create a simple ASCII 3D spinning cube animation in the Windows console using C++: #include <iostream> #include <cmath> #include <cstring> #include <windows.h> #...
Gia Phu Tang's user avatar
3 votes
1 answer
194 views

I am trying to build a neofetch/fastfetch like program from scratch, and I want to know how I can add an ASCII art to the left of my system information package main import ( "fmt" &...
Blazar's user avatar
  • 41
2 votes
1 answer
79 views

I made an ASCII video player that runs in the Windows command prompt. However, I am having issues in regards to having the frames print at the same speed (FPS) as the original video. At first I ...
Alexander's user avatar
1 vote
1 answer
230 views

This is not a duplicate of Output ascii animation from Haskell?, as that post was, in spite of the title, about how to ensure a minimal pause between frames; regarding the actual drawing, the OP ...
Enlico's user avatar
  • 30.3k
1 vote
1 answer
60 views

I am developing a program that plays video in the console using ascii characters. This is an example of such a program text To calculate the correct characters, I use opencl for parallelization. Here ...
Rostislav Kiv's user avatar
0 votes
0 answers
94 views

I wanted to create ASCII art using SDL2, but I don’t understand why I’m getting this result:program output](https://i.sstatic.net/1IUV743L.png) for the orginal image is](https://i.sstatic.net/ytrb2R0w....
user avatar
0 votes
1 answer
227 views

I have to layers of ascii art, one for the sobel filter, one for the general ascii art. I then overlap then and, because the sobel filter is initially only 0, using a simpe filter. The code works for ...
noschXL's user avatar
  • 41
1 vote
1 answer
133 views

everyone! I made a little program of a square spinning in terminal. It works actually, but not as I expected. For some reason part of the characters is not printed after each rotation. Got no idea why....
XCOLDER rew's user avatar
0 votes
1 answer
545 views

I am writing a zsh script to display ascii art in different colors. Basically I have ascii text written in block letters and I want to write a script that randomizes the colors of each one using color ...
Nic Aguirre's user avatar
-1 votes
1 answer
116 views

I'd like your help with a program that processes text in ASCII art. The program must write a letter or a word in the ASCII style given as input. The problem is that the program returns me at the end ...
Fapou9's user avatar
  • 21
1 vote
1 answer
175 views

I made a program that turns a video into a resized ASCII animation, but the Mat frame only captures a portion of the top left corner of the full video. The depth and channel of the Mat is 0 and 1, ...
Alterna's user avatar
  • 21
0 votes
1 answer
429 views

So basically I am making a multitool, (don't judge me) and I want to print the following ASCII art, but when I do, some weird symbols come out instead of it. I know this has to do with the characters, ...
Schooi's user avatar
  • 13
2 votes
1 answer
558 views

Write a recursive function called DrawTriangle() that outputs lines of '*' to form a right side up isosceles triangle. Function DrawTriangle() has one parameter, an integer representing the base ...
user23998448's user avatar
0 votes
1 answer
111 views

My code crashes when trying to print this ASCII image: :91 title 911 turbo echo please turn on fullscreen and wait... timeout 5 echo 55555555555555555555555555555555555555555YYJJ???777777777777????...
itrytowritecodesandtheyfail's user avatar
0 votes
0 answers
42 views

I've tried to use some JS function in order to create simple animations - what I'm doing wrong? I cannot see any effect and I'm new to JS. In theory that function should find DOM and change inner HTML ...
StackIsMyRack's user avatar

15 30 50 per page
1
2 3 4 5
26