Enet4 / simple-dicom-viewer

A web based DICOM viewer

Home Page:https://enet4.github.io/simple-dicom-viewer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My simple DICOM viewer

This is an experimental DICOM Web viewer, written in Rust.

The viewer uses DICOM-rs to deliver a viewer proof of concept, using WebAssembly.

Note: This viewer does not intend to be suitable for clinical purposes.

How to install

npm install

How to run in debug mode

# Builds the project and opens it in a new browser tab. Auto-reloads when the project changes.
npm start

How to build in release mode

# Builds the project and places it into the `dist` folder.
npm run build

About

A web based DICOM viewer

https://enet4.github.io/simple-dicom-viewer/


Languages

Language:Rust 90.8%Language:JavaScript 3.5%Language:CSS 2.9%Language:HTML 2.9%