All Projects → OHIF → react-vtkjs-viewport

OHIF / react-vtkjs-viewport

Licence: MIT license
VTK.js image viewport component in React

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to react-vtkjs-viewport

dicomweb-server
Lightweight DICOMweb Server with CouchDB
Stars: ✭ 74 (-33.93%)
Mutual labels:  nci-itcr, nci-qin
Viewers
The OHIF Medical Imaging Viewer is for viewing medical images. It can retrieve and load images from most sources and formats; render sets in 2D, 3D, and reconstructed representations; allows for the manipulation, annotation, and serialization of observations; supports internationalization, OpenID Connect, offline use, hotkeys, and many more features.
Stars: ✭ 1,753 (+1465.18%)
Mutual labels:  nci-itcr, nci-qin
dazzler
Python UI/Web Framework
Stars: ✭ 17 (-84.82%)
Mutual labels:  component-library
trunx
Super Saiyan React components, son of awesome Bulma, implemented in TypeScript
Stars: ✭ 60 (-46.43%)
Mutual labels:  component-library
Different-UI
✨ A Vue.js 3 UI Library — a Toy
Stars: ✭ 62 (-44.64%)
Mutual labels:  component-library
toast ui.blazor calendar
Toast UI Calendar Wrapper For Blazor
Stars: ✭ 42 (-62.5%)
Mutual labels:  component-library
MultiAssayExperiment
Bioconductor package for management of multi-assay data
Stars: ✭ 57 (-49.11%)
Mutual labels:  nci-itcr
ui-react
ui-react-docs.kibalabs.com/
Stars: ✭ 18 (-83.93%)
Mutual labels:  component-library
kahi-ui
Straight-forward Svelte UI for the Web
Stars: ✭ 169 (+50.89%)
Mutual labels:  component-library
tiny-ui
⚛️ A friendly UI component set for React.js
Stars: ✭ 202 (+80.36%)
Mutual labels:  component-library
components
Example Components (Built with Tonic)
Stars: ✭ 62 (-44.64%)
Mutual labels:  component-library
RazorComponents.Markdown
Razor component for Markdown rendering.
Stars: ✭ 30 (-73.21%)
Mutual labels:  component-library
react
An implementation of GitHub's Primer Design System using React
Stars: ✭ 2,023 (+1706.25%)
Mutual labels:  component-library
vscode-webview-ui-toolkit
A component library for building webview-based extensions in Visual Studio Code.
Stars: ✭ 1,203 (+974.11%)
Mutual labels:  component-library
lerna-starter
Simple React UI Development environment boilerplate to develop, test and publish your React components.
Stars: ✭ 55 (-50.89%)
Mutual labels:  component-library
civic-server
Backend Server for CIViC Project
Stars: ✭ 39 (-65.18%)
Mutual labels:  nci-itcr
Atoms-mvp
A component architecture for android applications based on MVP
Stars: ✭ 63 (-43.75%)
Mutual labels:  component-library
cargo-react
A Boilerplate for creating Component Libraries in React + Typescript + StoryBook + Styled Components
Stars: ✭ 13 (-88.39%)
Mutual labels:  component-library
fyndiq-ui
Library of reusable web frontend components for Fyndiq
Stars: ✭ 39 (-65.18%)
Mutual labels:  component-library
reaction-component-library
Example Storefront Component Library: A set of React components for the Example Storefront
Stars: ✭ 95 (-15.18%)
Mutual labels:  component-library

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].