A terminal-based spinning donut animation inspired by the mathematical breakdown in a1k0n's "Donut Math" article. This implementation adapts the article's pseudo-code to C with several customizations.
ascii-render is a header-only C library that renders ASCII fonts for displays in embedded, SDL, or terminal environments. It is built to be small, fast, and easy to drop into projects with minimal ...