Izumi is an instruction pipeline visualizer for Onikiri2-Kanata format based on shioyadan/Konata.
Note
The tool is still under development and may not work properly with full features of the format.
-
Instruction
Only support for file identificator
-
Stage
-
Line on left
-
End of stage (for multiple cycle stages/stalling the pipeline)
-
End of instruction
- ncurses
- meson (build only)
- ninja (build only, can be replaced by other meson backends)
Building with meson
is recommended:
meson setup build
cd build
meson compile
meson install
But, if the classic make
sequence is hard-wired in your brain, you can:
./configure
make
make install
You can also use nix
(flakes recommended):
nix run github:theOfficeCat/Izumi
$ make
$ ./izumi
q
: Quitm
: Open menuKey Up
: Move upKey Down
: Move downEnter
: Select
I know it's not the best looking tool, but it's a start (now it has colors :D).