Volxel 3D DICOM Data Visualizer Demo

What is this?

This is a demo for my volumetric data visualization tool called Volxel. You can find the source code on GitHub.

The actual use case is specifying a list of DICOM file URLs via the data-urls Attribute or the URL of a ZIP file containing multiple DICOM files via the data-zip-url attribute that the component will then use to fetch and display. This will be used by a Drupal Module to automatically load volumes to display.

Additionally, the component also accepts the data-settings-url attribute, which it will use to restore the current view settings from, and the data-env-url, which it will use to load an environment map.

You can try this demo by selecting a folder containing Dicom images in the file select below or by uploading a zip file containing DICOM images to the zip file select below.

How do I control this?

The main view can be panned by dragging with the left mouse button. To move the view around, you can hold Shift while dragging. You can zoom in and out by scrolling.

The control panel is opened with the hamburger button on the bottom left. It contains three tabs for three different types of settings:

The "Export" and "Import" buttons above the hamburger button allow you to import and export the entire view settings as a JSON file, which can later be reimported.

Demo