A C++ implementation of Hanabi by Ryoichi Ogura, a moiré pattern toy. I have been fascinated by its simplicity and how perfectly its concept matches vector graphics, so I have been wanting to write my own ever since learning of the hardware version.
Just run hanabi
and have fun.
Just make
. This pulls the dependencies CImg, AGG and FLTK, so the first build takes a bit longer. Note that these third-party dependencies are not under this repository's license.