Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 9 hours 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-10T17:08:09.000Z (3 months ago)
- Last Synced: 2025-01-10T22:11:45.012Z (7 days ago)
- Language: JavaScript
- Homepage: https://kitware.github.io/itk-vtk-viewer/
- Size: 521 MB
- Stars: 216
- Watchers: 19
- Forks: 66
- Open Issues: 88
-
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/)
![Build and Test](https://github.com/Kitware/itk-vtk-viewer/workflows/Build%20and%20Test/badge.svg)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
![npm-download](https://img.shields.io/npm/dm/itk-vtk-viewer.svg)
[![](https://data.jsdelivr.com/v1/package/npm/itk-vtk-viewer/badge?style=rounded)](https://www.jsdelivr.com/package/npm/itk-vtk-viewer)
![npm-version-requirement](https://img.shields.io/badge/npm->=8.0.0-brightgreen.svg)
![node-version-requirement](https://img.shields.io/badge/node->=12.0.0-brightgreen.svg)
[![launch ImJoy](https://imjoy.io/static/badge/launch-imjoy-badge.svg)](http://imjoy.io/#/app?plugin=https://kitware.github.io/itk-vtk-viewer/app/)
[![DOI](https://zenodo.org/badge/92198432.svg)](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`