https://github.com/kitware/itk-vtk-viewer
2D / 3D web image, mesh, and point set viewer using itk-wasm and vtk.js
https://github.com/kitware/itk-vtk-viewer
Last synced: 7 months ago
JSON representation
2D / 3D web image, mesh, and point set viewer using itk-wasm and vtk.js
- Host: GitHub
- URL: https://github.com/kitware/itk-vtk-viewer
- Owner: Kitware
- License: bsd-3-clause
- Created: 2017-05-23T17:01:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-27T19:59:29.000Z (about 1 year ago)
- Last Synced: 2025-07-29T02:27:34.030Z (8 months ago)
- Language: JavaScript
- Homepage: https://kitware.github.io/itk-vtk-viewer/
- Size: 521 MB
- Stars: 232
- Watchers: 19
- Forks: 72
- Open Issues: 89
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## [ITK/VTK Viewer - Web based Image, Mesh, and Point Set Viewer](http://kitware.github.io/itk-vtk-viewer/)

[](https://github.com/semantic-release/semantic-release)

[](https://www.jsdelivr.com/package/npm/itk-vtk-viewer)


[](http://imjoy.io/#/app?plugin=https://kitware.github.io/itk-vtk-viewer/app/)
[](https://zenodo.org/badge/latestdoi/92198432)
# Introduction
ITK/VTK Viewer is an open-source software system for medical and
scientific image, mesh, and point set visualization.
# Reporting Issues
If you would like to discuss a bug or possible improvement:
1. If you have a patch, please read the [CONTRIBUTING.md][] document.
2. Open an entry in the [Issue Tracker][].
[contributing.md]: CONTRIBUTING.md
[issue tracker]: https://github.com/Kitware/itk-vtk-viewer/issues
# Requirements
In general ITK/VTK Viewer tries to be as portable as possible; the specific configurations below are tested and known to work.
ITK/VTK Viewer supports the following development environments:
- Node 16+
- NPM 8+
and the following browsers:
- Firefox
- Chrome
- Safari
# Documentation
See the [documentation](https://kitware.github.io/itk-vtk-viewer) for a
getting started guide, advanced documentation, and API descriptions.
# Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) for instructions to contribute.
# License
ITK/VTK Viewer is distributed under the OSI-approved BSD 3-clause License.
See [Copyright.txt][] for details.
[copyright.txt]: Copyright.txt
# Build Blosc with Debug
Checkout `c-blosc` git submodule, then
`itk-wasm --build-dir web-build build -- -DCMAKE_BUILD_TYPE=Debug`