ParaViewWeb: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
----
The ParaViewWeb documentation related to the latest ParaView version (5+) can be found [https://kitware.github.io/paraviewweb/ here]
This document describes ParaViewWeb framework introduced with ParaView 4.0. For earlier version, try [http://paraview.org/Wiki/index.php?title=ParaViewWeb&oldid=49042 this revision].
----


ParaViewWeb is a collection of components that enables the use of ParaView's visualization and data analysis capabilities within Web applications.
On top of that additional informations on the applications are available here:


Using the latest HTML 5.0 based technologies, such as WebSocket, and WebGL, ParaViewWeb enables communiation with a ParaView server runnning on a remote visualization node or cluster using a light-weight JavaScript API. Using this API, Web applications can easily embed interactive 3D visualization components. Application developers can write simple Python scripts to extend the server capabilities including creating custom visualization pipelines.  
- [https://kitware.github.io/visualizer/ Visualizer]
- [https://kitware.github.io/light-viz/ LightViz]
- [https://kitware.github.io/arctic-viewer/ ArcticViewer]


ParaViewWeb makes it possible to extend web-based scientific workflows with ability to visualizate and analyze datasets easily.
Old documentation is still available [http://www.paraview.org/Wiki/index.php?title=ParaViewWeb&oldid=57949 here]
 
More samples and tutorials are forthcoming. In the mean time, one can access the JavaScript and Python API documentation on [http://www.paraview.org/paraview/help/api-documentation.html ParaView website].
 
==Getting Started==
 
Please refer to the online generated [http://www.paraview.org/ParaView3/Doc/Nightly/www/js-doc/index.html ParaViewWeb documentation]
or the [http://www.paraview.org/ParaView3/Doc/Nightly/www/js-doc/index.html#!/guide/quick_start getting started guide]
 
[[File:pvweb-doc.png]]

Latest revision as of 18:32, 8 November 2016

The ParaViewWeb documentation related to the latest ParaView version (5+) can be found here

On top of that additional informations on the applications are available here:

- Visualizer
- LightViz
- ArcticViewer

Old documentation is still available here