WARNING: THIS IS A WORK IN PROGRESS
NiiVue is a minimalist webgl nifti image viewer (for now).
The goal is go have a simple viewer component that can be embedded in an existing web page.
The viewer component accepts a volume URL as a property (i.e. a reactive input).
- make viewer resizable
- allow mouse based slice scrolling
- allow overlays
- Taylor Hanayik
- Chris Rorden
# You must install nodejs on your system FIRST!
# Use https protocol if needed
git clone --recurse-submodules git@github.com:hanayik/niivue.git
# webgl-util is a git submodule so the command above clones that too
cd niivue
npm install
# nifti files are stored in /public
npm run serve
npm run build
npm run lint