Skip to content

MizukiSonoko/Hanabi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

49 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Hanabi

Build Status
Hanabi is a tool to feel summer in Japan.

Hanabi

Description

This is summer in Japan.

  *|*
 *\*/*   _   _                   _     _   
 -*O*-  | | | | __ _ _ __   __ _| |__ (_)  
 */*\*  | |_| |/ _` | '_ \ / _` | '_ \| |  
  *|*   |  _  | (_| | | | | (_| | |_) | |  
   |    |_| |_|\__,_|_| |_|\__,_|_.__/|_|  
   |                                       
 /^^\/^^\/^\/\/^^^^\   /^^\/^\/\    /\^    
/    \ . \   .  .   \^/    \ ,  \^^/   \^/\
-------------------------------------------
###########################################

Run

$ docker run --rm -e COLUMNS=$COLUMNS -e LINES=$LINES docker.pkg.github.com/mizukisonoko/hanabi/hanabi:1.2

With option

$  docker run --rm -e COLUMNS=$COLUMNS -e LINES=$LINES docker.pkg.github.com/mizukisonoko/hanabi/hanabi:1.2 hanabi -i

Install

macOS

$ brew tap mizukisonoko/hanabi
$ brew install hanabi

build

$ sudo apt-get install ncurses-dev
$ git clone https://github.com/MizukiSonoko/Hanabi
$ cd Hanabi
$ ./configure
$ make
$ sudo make install

Usage

$ hanabi

Options

  • Set the number of fireworks ball.
$ hanabi -b NUMBER
  • Set the hours for the fireworks display.
$ hanabi -t TIME

"TIME > 80" is better.

  • Set Frames Per Second. default is 10
$ hanabi -f FPS
  • Infinite Hanabi.
$ hanabi -i

Licence

MIT

Author

MizukiSonoko