https://github.com/Handfish/confetty_rs
Rust port of maaslalani/confetty
https://github.com/Handfish/confetty_rs
Last synced: 16 days ago
JSON representation
Rust port of maaslalani/confetty
- Host: GitHub
- URL: https://github.com/Handfish/confetty_rs
- Owner: Handfish
- Created: 2024-02-03T19:28:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-08T05:18:24.000Z (about 1 year ago)
- Last Synced: 2024-11-04T20:42:11.744Z (6 months ago)
- Language: Rust
- Size: 43.9 KB
- Stars: 50
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ccamel - Handfish/confetty_rs - Rust port of maaslalani/confetty (Rust)
- awesome-ratatui - confetty_rs - Particle system (fireworks, stars) rendered in the terminal. (💻 Apps / 🌌 Other)
README
## confetty_rs
Particle System written in rust and rendered in the terminal via [ratatui](https://github.com/ratatui-org/ratatui).
Mostly a rust port of [confetty](https://github.com/maaslalani/confetty).
### Homebrew Particle System
Also made my own simulation:

```bash
# 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.