An open API service indexing awesome lists of open source software.

https://github.com/rir360/ascii-animation

Animation with just "printf" function in C language. This is a classic-style animation made with simple code. Here you can get a very rough idea of how animation can be visualized in the black terminal.
https://github.com/rir360/ascii-animation

animation ascii c terminal

Last synced: about 2 months ago
JSON representation

Animation with just "printf" function in C language. This is a classic-style animation made with simple code. Here you can get a very rough idea of how animation can be visualized in the black terminal.

Awesome Lists containing this project

README

        

# ASCII-Animation
Animation with just "printf" function in C language. I've provided three different animations. Check the "code" folder to see how the animations get generated. The code is programmed by [Rejwan Islam Rizvy](https://www.linkedin.com/in/linked-rir360)

**Note:** *system("cls") function is required to refresh the terminal. It's aviable in windows.h file. Your system must support it.*

## Preview
![preview](https://user-images.githubusercontent.com/50569315/110948897-1cee0680-836c-11eb-9c33-f8bce0949a95.gif)