Skip to content

vishalkumarpandit2k25-png/ASCII-torus--Rotating-Donut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

ASCII Rotating Donut in C

This project displays a rotating 3D torus (donut) animation in the terminal using ASCII characters. The animation is created using mathematical projection and trigonometric functions in C.

How to Compile and Run

Linux / macOS

gcc donut.c -o donut -lm
./donut

## Program Behavior
The program runs continuously to display a smooth rotating animation.
Press Ctrl + C to stop the program.

## Author
Vishal kumar pandit 

About

ASCII rotating donut (torus) animation in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages