W
- Move upA
- Move downS
- Move leftD
- Move rightUp
- Zoom inDown
- Zoom outLeft
- Decrease iterationsRight
- Increase iterationsR
- Reset to default state1
- Point of interest 12
- Point of interest 2Esc
- Exit
Ubuntu
apt install build-essential cmake libglew-dev libglfw3-dev
Archlinux
# Wayland
yay -S glew glfw-wayland
# X11
yay -S glew glfw-x11
mkdir build
cd build
cmake ..
cmake --build . -- -j $(($(nproc) * 3 / 4))