Skip to content

a-gucciardi/vol_vis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

  1. Introduction

  2. Run the project locally

  3. Deployment – Live website

Introduction

WebGL MRI volume visualization with THREE.js

Volumes located in src/nrrd have been previously converted from Nifti(.nii) to Nrrd format.

Run the project locally

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.

Deployment - Live Website

volume-viewer live website is currently deployed on Firebase, following vite doc.

Credits

Done using Three.js with the nrrd 3D object loader.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published