4f5526a474bc4a71b3a9f1ca7f782274eddcb3d1
Description
Prints a spinning ASCII torus (mathematical name for a doughnut-shaped object) on the terminal. Original post by Andy Sloane can be found here.
Updates
- Now supports dynamic resolution based on terminal size
For Linux
Prerequisites for Debian based distros
sudo apt install maketo install Makemake debto install the required compilers
Prerequisites for Arch based distros
sudo pacman -S maketo install Makemake archto install the required compilers
How to run?
- Clone or download the repository
- Open a terminal inside the project directory
- Complete the prerequisites for your OS
make cto run the C versionmake pyto run the Python version
How to clean up the executable?
make cleanto delete the executable
Screenshot
Languages
C
98.3%
Makefile
1.7%
