Showcase of spinning ASCII donut animation implemented in Eden, my custom programming language. I wanted to prove that you can actually build something in Eden - and classic ASCII donut felt just right.
⚠️ Due to the performance of Eden language, generating frames may take some time. The animation might run slower depending on your system.
To run the demo, you'll need to have Eden installed on your local machine.
Once it's installed:
- Clone this repository:
git clone https://github.com/EdenLanguage/SpinningDonut
- Navigate to folder:
cd SpinningDonut
- Run program:
eden main.eden
- Enjoy 😉
- Eden by Darek Krawczyk
- Donut Math by Aik0n
- 3D Donut in C by akhileshthite
- How to Create a Spinning Donut by GiovanniCode
- Spinning Donut in Console by Lex Fridman
- 3D Donut Console Project by GreenCode