Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Handfish/confetty_rs
Rust port of maaslalani/confetty
https://github.com/Handfish/confetty_rs
Last synced: 3 months 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-08T05:18:24.000Z (12 months ago)
- Last Synced: 2024-08-01T13:35:29.273Z (6 months ago)
- Language: Rust
- Size: 43.9 KB
- Stars: 46
- 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).![confetty demo in terminal](https://i.imgur.com/EjpdJXA.gif)
![fireworks demo in terminal](https://i.imgur.com/VPwOALP.gif)### Homebrew Particle System
Also made my own simulation:
![shooting stars demo in terminal](https://i.imgur.com/v6yRjxR.gif)
```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.