JSPM

paraviewweb

1.5.9
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 24
  • Score
    100M100P100Q60306F
  • License BSD-3-Clause

Web framework for building interactive visualization relying on VTK or ParaView to produce visualization data

Package Exports

  • paraviewweb
  • paraviewweb/src/Common/Core/LookupTableManager
  • paraviewweb/src/Common/Misc/Debounce
  • paraviewweb/src/Common/Misc/SizeHelper
  • paraviewweb/src/IO/Core/QueryDataModel
  • paraviewweb/src/IO/WebSocket/ParaViewWebClient
  • paraviewweb/src/IO/WebSocket/ParaViewWebClient/ColorManager
  • paraviewweb/src/IO/WebSocket/ParaViewWebClient/FileListing
  • paraviewweb/src/IO/WebSocket/ParaViewWebClient/KeyValuePairStore
  • paraviewweb/src/IO/WebSocket/ParaViewWebClient/MouseHandler
  • paraviewweb/src/IO/WebSocket/ParaViewWebClient/ProxyManager
  • paraviewweb/src/IO/WebSocket/ParaViewWebClient/SaveData
  • paraviewweb/src/IO/WebSocket/ParaViewWebClient/TimeHandler
  • paraviewweb/src/IO/WebSocket/ParaViewWebClient/ViewPort
  • paraviewweb/src/IO/WebSocket/ParaViewWebClient/ViewPortGeometryDelivery
  • paraviewweb/src/IO/WebSocket/ParaViewWebClient/ViewPortImageDelivery
  • paraviewweb/src/InfoViz/Native/ParallelCoordinates
  • paraviewweb/src/NativeUI/Canvas/RemoteRenderer
  • paraviewweb/src/React/Viewers/GeometryViewer
  • paraviewweb/src/React/Viewers/ImageBuilderViewer

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (paraviewweb) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

ParaViewWeb

Build Status Dependency Status semantic-release npm-download

Introduction

ParaViewWeb aims to provide a framework for building interactive web visualizations which rely on VTK or ParaView to produce visualization data.

This data can be static or dynamic ranging from a no-server setup to having a ParaView or VTK backend sending either geometry or images to the client.

Documentation

See the documentation for a getting started guide, advanced documentation, and API descriptions.

Development

You can start building the ParaViewWeb library by itself with the following set of commands:

$ git clone https://github.com/kitware/paraviewweb.git
$ cd paraviewweb
$ npm run install:global
$ npm install
$ npm run build

Licensing

ParaViewWeb is licensed under the BSD 3-Clause License.

Getting Involved

Fork our repository and do great things. At Kitware, we've been contributing to open-source software for 15 years and counting, and want to make ParaViewWeb useful to as many people as possible.