1

I want to use Japanese font in cmatrix, using the command

cmatrix -c

but the only thing I can see is a blank screen, so the characters aren't displayed correctly. How to install Japanese font?

banan314
  • 334
  • 4
  • 16
  • 1
    Check [issue 57](https://github.com/abishekvashok/cmatrix/issues/57) on cmatrix project – Pablo Bianchi Jul 24 '23 at 19:08
  • @PabloBianchi the issue looks like enormous devotion of time and effort to make it work, through trial and error and I'm not sure if I would manage at all – banan314 Jul 25 '23 at 15:28

1 Answers1

2

I suggest you try out unimatrix instead of cmatrix.

Install with:

sudo curl -L https://raw.githubusercontent.com/will8211/unimatrix/master/unimatrix.py -o /usr/local/bin/unimatrix
sudo chmod a+rx /usr/local/bin/unimatrix

The default setting uses half-width katakana, and looks much like the original Matrix display.

unimatrix
Pablo Bianchi
  • 14,308
  • 4
  • 74
  • 117
Artur Meinild
  • 21,605
  • 21
  • 56
  • 89