Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

ChengranAA/QuickNii_legacy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A NIFTI viewer written in OpenGL (only MacOS for now).

Screenshot 2023-09-19 at 5 25 25 AM

Keyboard Function Usage

Key Action
'q', 'Q', <Esc> Exit the application
'a' Decrease slice index by 1
'A' Decrease slice index by 10 (speed mode)
'd' Increase slice index by 1
'D' Increase slice index by 10 (speed mode)
'x', 'X' Toggle display of slice index on/off
'h', 'H' Toggle visibility of a header window
'r' Rotate displayed matrix 90 degrees counterclockwise
'R' Rotate displayed matrix 90 degrees clockwise

Build from source

make all # to build
make cleanall # rm everything