Crates.io | blazingly_fast_rust_donut |
lib.rs | blazingly_fast_rust_donut |
version | 1.0.0 |
source | src |
created_at | 2024-02-20 23:14:39.778688 |
updated_at | 2024-02-20 23:14:39.778688 |
description | Generates a rotating donut in the terminal using ASCII art |
homepage | |
repository | |
max_upload_size | |
id | 1147355 |
size | 11,688 |
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.
cargo run --release
to compile and execute the program.Ctrl+C
in the terminal.MIT