/SpinningDonut

A spinning ASCII donut animation written in my custom programming language, Eden. Slow but fun — a performance test and a proof of concept!

MIT LicenseMIT

🍩 Spinning ASCII Donut in Eden

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.

🎥 Demo

Spinning donut demo

⚠️ Due to the performance of Eden language, generating frames may take some time. The animation might run slower depending on your system.

🚀 How to Run

To run the demo, you'll need to have Eden installed on your local machine.

Once it's installed:

  1. Clone this repository:
git clone https://github.com/EdenLanguage/SpinningDonut
  1. Navigate to folder:
cd SpinningDonut
  1. Run program:
eden main.eden
  1. Enjoy 😉

🔬 Resources