Getting Hibiki

You can get the latest development version of hibiki at Gitlab.

Note

Currently there’s no GUI edtior or Scripting, so the only way to make games is to use C++ and call all Hibiki functions and build the engine together with the Game, the project comes with a sample Game folder showing how to make a simple game. You can create, remove and edit the files inside the Game folder and CMake will automatically compile all files there.

Getting latest alpha release

$ git clone -b alpha --single-branch https://gitlab.com/tensaidn/hibiki

Getting latest dev release

$ git clone https://gitlab.com/tensaidn/hibiki