Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/davidromanovizc/ascii-donut

🍩 ASCII donut in different programming languages
https://github.com/davidromanovizc/ascii-donut

cpp csharp dart donut fortran kotlin math python

Last synced: about 1 month ago
JSON representation

🍩 ASCII donut in different programming languages

Awesome Lists containing this project

README

        

# How it works
- Create a circle of Radius R1 centred at R2
- Create a donut by rotating about the Y axis
- Spin the donut around the X and Z axes
- Pject donut onto 2D screen
- Determine illumination by calculationg surface normal (givel a light source)

the idea is taken from here
https://www.a1k0n.net/2011/07/20/donut-math.html