Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.