Crates.io | fireworks |
lib.rs | fireworks |
version | 1.0.4 |
source | src |
created_at | 2020-08-27 01:09:54.790854 |
updated_at | 2020-09-22 02:02:38.255588 |
description | A fun display of fireworks in the terminal |
homepage | |
repository | https://gitlab.com/darrieng/term-fireworks |
max_upload_size | |
id | 281192 |
size | 75,692 |
Fireworks is a simple firework simulation written for the terminal.
Watch a demo here or download the binary here if you want to jump right in!
You can also do a: cargo install fireworks
if you do rust development.
Note: We only support Linux and macOS.
It's really quite simple, just run:
fireworks
and you're done :)
The fireworks are generated in a deterministic way (despite an element of randomness), so if you have a favorite firework pattern, you can run with a specific seed like so:
$ fireworks --seed 8675309
Interested in contributing to the fireworks demo? We're always happy to take contributions! We require tests for all new features and fixes. All code must also be formatted by rustfmt and the strictest clippy lints.
The development of this was blogged here if you want to know how it was made or want to make some fireworks of your own :)