WebGL MRI volume visualization with THREE.js
Volumes located in src/nrrd have been previously converted from Nifti(.nii) to Nrrd format.
Node.js, v 20.1 was used for development.
Install Vite, a development server with live reload capability.
-
To install:
npm i vite # install vite npm i three # install three.js
-
To run (from the src directory):
cd src npx vite
This runs the index.html with the javascript and three js components from script.js.
volume-viewer live website is currently deployed on Firebase, following vite doc.
Done using Three.js with the nrrd 3D object loader.