An open source volumetric renderer for the Browser. Also my bachelor's thesis.
The basic User Interface and functionality is implemented. You can head over to https://volxel.github.io/Volxel and upload your own folder or zip file containing DICOM images.
You can also clip the volume to look at specific parts of it.
The UI is still rough around the edges and load times may be very long (in excess of 2 minutes).
There is a separate repository containing a Drupal module for easy use in Drupal based websites: Volxel-Drupal
- Install PNPM (https://pnpm.io)
- Install
wasm-pack, viapnpm i -g wasm-pack
- Build the wasm binary
pnpm build:wasm
- Install the dependencies (Using https://pnpm.io)
pnpm i
- Run the Vite development server
pnpm dev
- Open http://localhost:5173/Volxel in a browser that supports WebGL 2.0