Skip to content

Murat65536/dcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dcat

A 3d model viewer for the terminal

Controls

  • q - Quit
  • m - Toggle wireframe
  • Animation controls:
    • p - Play/Pause animation
    • 1 - Previous animation
    • 2 - Next animation
  • When FPS controls are enabled:
    • w/a/s/d - Move forward/left/backward/right
    • i/j/k/l - Look around
    • Space - Move up
    • Shift - Move down
    • v - Slow down
    • b - Speed up
  • When FPS controls are disabled
    • w/a/s/d - Rotate the camera around the model
    • e/r - Zoom in and out

Build

meson setup build
meson compile -C build

Debug build with sanitizers:

meson setup build-debug --buildtype=debug -Duse_sanitizers=true
meson compile -C build-debug

Install:

meson install -C build