# paraviewweb **Repository Path**: enode/paraviewweb ## Basic Information - **Project Name**: paraviewweb - **Description**: 介绍 ParaViewWeb的目标是提供一个框架来构建交互式web可视化,它依赖于VTK或ParaView来生成可视化数据。 这些数据可以是静态的,也可以是动态的,范围从无服务器设置到使用ParaView或VTK后端向客户机发送几何图形或图像。 - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-23 - **Last Updated**: 2020-12-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## [ParaViewWeb](http://kitware.github.io/ParaViewWeb/) [![Kitware is Hiring](https://img.shields.io/badge/Kitware-Hiring-blue)](https://www.kitware.com/careers) [![Build Status](https://travis-ci.org/Kitware/paraviewweb.svg?branch=master)](https://travis-ci.org/Kitware/paraviewweb) [![Dependency Status](https://david-dm.org/kitware/paraviewweb.svg)](https://david-dm.org/kitware/paraviewweb) [![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/paraviewweb.svg) ![npm-version-requirement](https://img.shields.io/badge/npm->=3.0.0-brightgreen.svg) ![node-version-requirement](https://img.shields.io/badge/node->=5.0.0-brightgreen.svg) ### 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](https://kitware.github.io/paraviewweb) 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: ```js $ git clone https://github.com/kitware/paraviewweb.git $ cd paraviewweb $ npm install $ npm run build:release ``` ### Licensing **ParaViewWeb** is licensed under the [BSD 3-Clause License](LICENSE). ### Getting Involved Fork our repository and do great things. At [Kitware](http://www.kitware.com), 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.