A terminal-based 3d rendering engine. Uses ANSI escape codes to color the text.
This only works on Linux.
You must either be a part of the input group or run the program with sudo for keyboard controls to work.
You can check if you are in the input group like this:
groups $USER
You can make yourself part of the input group like this:
sudo usermod -aG input $USER
After you make yourself part of the input group, log out before running the program.