Skip to content

Volxel/Volxel

Repository files navigation

Volxel

An open source volumetric renderer for the Browser. Also my bachelor's thesis.

Status

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).

Drupal Usage

There is a separate repository containing a Drupal module for easy use in Drupal based websites: Volxel-Drupal

Development

  1. Install PNPM (https://pnpm.io)
  2. Install wasm-pack, via
    pnpm i -g wasm-pack
  3. Build the wasm binary
    pnpm build:wasm
  4. Install the dependencies (Using https://pnpm.io)
    pnpm i
  5. Run the Vite development server
    pnpm dev
  6. Open http://localhost:5173/Volxel in a browser that supports WebGL 2.0

About

Voxel based volumetric renderer for the Browser

Topics

Resources

Stars

Watchers

Forks

Contributors