• Stars
    star
    143
  • Rank 256,083 (Top 6 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 5 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

VTK.js image viewport component in React

🔔🔔🔔🔔 Attention: Cornerstone.js has evolved! We're excited to introduce Cornerstone3D 🚀. Expect advanced rendering, stellar performance, and a modern toolset. 🌐 Navigate to the new repository for the latest updates and improvements.

react-vtkjs-viewport

VTK.js image viewport component for React

NPM FOSSA Status

Install

This project consumes vtk.js as an ES6 dependency. If you're unsure of how to consume vtk.js as an ES6 dependency, please check out Kitware's guide.

# With NPM
npm install --save react-vtkjs-viewport vtk.js

# With Yarn
yarn add react-vtkjs-viewport vtk.js

Development

Local development uses <root>/examples as a test application. You can import the VTK Viewport using a WebPack alias like so:

import VtkViewport from '@vtk-viewport'

Any updates to the example files or the VtkViewport's source will cause WebPack to rebuild.

# Restore Dependencies
yarn install

# Start Local Dev Server
yarn run dev

License

MIT © OHIF

FOSSA Status

More Repositories

1

Viewers

OHIF zero-footprint DICOM viewer and oncology specific Lesion Tracker, plus shared extension packages
TypeScript
3,096
star
2

react-viewerbase

Core medical image viewer components built using React
JavaScript
84
star
3

dicom-dimse

JavaScript DICOM DIMSE Library (port104)
JavaScript
40
star
4

VTKPlugin

OHIF Plugin for The Visualization Toolkit (VTK)
JavaScript
35
star
5

ohif-core

Useful functions and classes for building web-based medical imaging applications
JavaScript
25
star
6

dicom-data-dictionary

DICOM Data Dictionary JavaScript Library
JavaScript
16
star
7

viewer-spike

DEPRECATED: This repository is used to spike the OHIF viewer based on Orthanc, meteor and cornerstone
JavaScript
10
star
8

integration-examples

Examples for integration the OHIF zero-footprint DICOM web viewer with PACS and other image archives
8
star
9

OHIF-Office-Hours

OHIF Office Hours Meetings
8
star
10

Architecture

DEPRECATED: Architecture guidance for OHIF Projects
6
star
11

WebSite

OHIF Main WebSite
PHP
6
star
12

LesionTracker

DEPRECATED: Prototype viewer application for oncology
JavaScript
6
star
13

viewer-testdata

Dockerfile
5
star
14

static-wado

The overall static wado repository, containing JS and Java versions as well as related tools
JavaScript
4
star
15

angular2-cornerstone

Simple Cornerstone directive example with Angular2 in Typescript
CSS
3
star
16

viewer-testdata-dicomweb

dicomweb copy of the viewer testdata
2
star
17

DIMSE

JavaScript
1
star
18

ohif-step

Implements GPU based compute functionality from pieper/step into a reusable npm package.
JavaScript
1
star
19

extension-starter

1
star
20

angular1-cornerstone

Simple Cornerstone directive example with Angular1
HTML
1
star
21

OpenLayersPlugin

Example OHIF plugin based using OpenLayers
JavaScript
1
star
22

ohif-cornerstone-spherical-growcut-extension

A simple example OHIF extension that includes a GPU-accelerated growcut tool.
JavaScript
1
star