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

https://github.com/faisalsaifii/donut

Spinning ASCII donut
https://github.com/faisalsaifii/donut

c

Last synced: 9 months ago
JSON representation

Spinning ASCII donut

Awesome Lists containing this project

README

          

# Donut

A spinning taurus created through C, coded by Andy Sloane

[Reference](https://www.a1k0n.net/2011/07/20/donut-math.html)

![Donut](./img.png)

## To run locally in terminal

Open the directory in terminal

```bash
cd {path}
```

Compile the file to create an executable

```bash
gcc -o donut main.c
```

Open the exectuable file

```bash
./donut
```