Firework Rs Versions Save

A cross-platform ascii-art firework simulator in terminal

v0.3.1

2 weeks ago

v0.3.1 Released

Install with

cargo install firework-rs

Run the program with

firework -g

See README for more details

What's Changed

New Contributors

Full Changelog: https://github.com/Wayoung7/firework-rs/compare/v0.3.0...v0.3.1

v0.3.0

1 month ago

🎆v0.3.0 Released!🎆

Now support CJK characters, which means we have Chinese, Japanese, and Korean fireworks. Also it can display UTF-8 emojis if you want. To run with Chinese characters, run

firework -g --cjk    // If you've installed the latest version

or cd into project directory

cargo run --release -- -g --cjk

Added

  • CJK characters display support

What's Next

This may be the last release of this project. For me, it's just a side project, or a fun project on my way of learning rust. I'll be focusing on new projects and this project might not be maintained any more. So hope you like it and wait for my new project :)

                            ╱|、
                          (˚ˎ 。7  
                           |、 ˜〵          
                           じし_,)ノ

v0.2.0

1 month ago

🎆A New Version Released!🎆

A new demo is added to the binary. Just run the binary wihout any arguments (or add -g if you prefer gradient), and enjoy the endless firework show!

Already installed:

firework -g

or cd into project directory:

cargo run --release -- -g

Prebuilt binaries are included in this release. Try it if you don't want to install rust. Hope you like it. :)

Added

  • Firework demo which generates fireworks infinitely and randomly
  • Command line argument of changing frame rate
  • New field in FireworkManager to control the installation of Fireworks

Changed

  • Implementation of filtering dead Particles