Skip to content
/ donut Public

A classic spinning donut animation implemented in Rust using no_std, inspired by Andy Sloane's famous donut.c.

License

Notifications You must be signed in to change notification settings

0l3d/donut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Donut 🍩

A classic spinning donut animation implemented in Rust using no_std, inspired by Andy Sloane's famous donut.c.

Installation

  1. Clone this repository:
git clone https://github.com/0l3d/donut.git
cd donut
  1. Make sure you have the required files:
    • donut.rs - Main donut code
    • crlib.rs - C library bindings (must be in same directory)

Building

make

Running

./donut

Credits

  • Original concept by Andy Sloane
  • Rust implementation by @0l3d
  • Based on the mathematical principles of torus rendering

License

This project is open source. Feel free to use and modify.

Author

Created by 0l3d

About

A classic spinning donut animation implemented in Rust using no_std, inspired by Andy Sloane's famous donut.c.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published