Nifti file volume rendering

Hey,

I have received a project involving the 3D volume rendering of a medical files(Nifti & Dicom) using Three.js. Since I am completely new to this subject, any assistance would be greatly appreciated. I would need to know which libraries to utilize for the application and what steps to take in order to build the volume.

You can convert it to an nrrd file in 3Dslicer (or use the python cli) and use the nrrd loader to view slices. To view the whole volume you then load the data into a Data3DTexture. Note it requires an othographic camera.