A 3d model viewer for the terminal
q- Quitm- Toggle wireframe- Animation controls:
p- Play/Pause animation1- Previous animation2- Next animation
- When FPS controls are enabled:
w/a/s/d- Move forward/left/backward/righti/j/k/l- Look aroundSpace- Move upShift- Move downv- Slow downb- Speed up
- When FPS controls are disabled
w/a/s/d- Rotate the camera around the modele/r- Zoom in and out
meson setup build
meson compile -C buildDebug build with sanitizers:
meson setup build-debug --buildtype=debug -Duse_sanitizers=true
meson compile -C build-debugInstall:
meson install -C build