confetty_rs
confetty_rs copied to clipboard
Rust port of maaslalani/confetty
confetty_rs
Particle System written in rust and rendered in the terminal via ratatui. Mostly a rust port of confetty.

Homebrew Particle System
Also made my own simulation:

# Confetti
cargo run --release
# Fireworks
cargo run --release -- --name fireworks
# Shooting Stars
cargo run --release -- --name stars
Press any key for particles. Cntrl-c or q to quit.