Skip to content

Blazingly Fast 3D ASCII Rust Spinning Donut 🍩 (2000+ FPS on a 5 year old CPU)

License

Notifications You must be signed in to change notification settings

Inc44/blazingly_fast_rust_donut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blazingly Fast Rust Donut

Donut

This Rust program generates a rotating donut in the terminal using ASCII art. The main mechanism involves mathematical transformations and buffer manipulations to create the illusion of a 3D object in motion.

Running the Program

  • Install Rust: Ensure you have Rust installed on your system. If not, you can download it from the official Rust website.
  • Install crate: cargo install blazingly_fast_rust_donut
  • Run: blazingly_fast_rust_donut

Notes

  • The rendering loop is set to run indefinitely. You can terminate the program by pressing Ctrl+C in the terminal.
  • The program's performance may vary based on the terminal's capabilities and the system's hardware specifications.

License

MIT